#210466

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

Shades of Persian Indigo #210466

Tints of Persian Indigo #210466

Color information

#210466 (or 0x210466) is unknown color: approx Persian Indigo. HEX triplet: 21, 04 and 66. RGB value is (33,4,102). Sum of RGB (Red+Green+Blue) = 33+4+102=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 102 (40.23% from 255 or 73.38% from 139); Max value from RGB is 102 - color contains mainly: blue. Hex color #210466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210466 is #DEFB99. Grayscale: #171717. Windows color (decimal): -14613402 or 6685729. OLE color: 6685729.

HSL color Cylindrical-coordinate representation of color #210466: hue angle of 257.76º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210466 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB334102-
CMYK0.680.9600.6
HSL257.76º92.45%20.78%-
HSV(B)257.76º96.08%40%-
XYZ3.071.3712.67-
YUV23.84172.11134.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.74%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 102 (40.23% from 255) = 73.38%
R=23.74%
G=2.88%
B=73.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3341020.680.9600.6257.7692.4520.78
Hex21466446003C1025c15
Octal41414610414007440213425
Binary1000011001100110100010011000000111100100000010101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210466; }

 p { color: rgb(33,4,102); }

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

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

 a { background-color: rgb(33,4,102); }

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

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

 span { border-color: rgb(33,4,102); }

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