#210672

Color #210672 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #210672

Tints of Persian Indigo #210672

Color information

#210672 (or 0x210672) is unknown color: approx Persian Indigo. HEX triplet: 21, 06 and 72. RGB value is (33,6,114). Sum of RGB (Red+Green+Blue) = 33+6+114=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 114 (44.92% from 255 or 74.51% from 153); Max value from RGB is 114 - color contains mainly: blue. Hex color #210672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210672 is #DEF98D. Grayscale: #191919. Windows color (decimal): -14612878 or 7472673. OLE color: 7472673.

HSL color Cylindrical-coordinate representation of color #210672: hue angle of 255º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210672 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB336114-
CMYK0.710.9500.55
HSL255º90%23.53%-
HSV(B)255º94.74%44.71%-
XYZ3.731.6716.05-
YUV26.38177.45132.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 21.57%
GREEN value IS 6 (2.73% from 255) = 3.92%
BLUE value IS 114 (44.92% from 255) = 74.51%
R=21.57%
G=3.92%
B=74.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3361140.710.9500.552559023.53
Hex21672475F037ff5a18
Octal41616210713706737713230
Binary100001110111001010001111011111011011111111111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210672; }

 p { color: rgb(33,6,114); }

 H1.HeaderClassName
 {
   color: #210672;
 }
 .AnyTagClassName
 {
   color: #210672;
 }
</style>
background-color css

<style>
 a { background-color: #210672; }

 a { background-color: rgb(33,6,114); }

 div.DivClassName
 {
   background-color: #210672;
 }
 .BgClassName
 {
   background-color: #210672;
 }
</style>
border-color css

<style>
 span { border-color: #210672; }

 span { border-color: rgb(33,6,114); }

 td.TdClassName
 {
   border-color: #210672;
 }
 .TagClassName
 {
   border-color: #210672;
 }
</style>