#210A6C

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

Shades of Persian Indigo #210A6C

Tints of Persian Indigo #210A6C

Color information

#210A6C (or 0x210A6C) is unknown color: approx Persian Indigo. HEX triplet: 21, 0A and 6C. RGB value is (33,10,108). Sum of RGB (Red+Green+Blue) = 33+10+108=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 108 (42.58% from 255 or 71.52% from 151); Max value from RGB is 108 - color contains mainly: blue. Hex color #210A6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210A6C is #DEF593. Grayscale: #1B1B1B. Windows color (decimal): -14611860 or 7080481. OLE color: 7080481.

HSL color Cylindrical-coordinate representation of color #210A6C: hue angle of 254.08º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #210A6C is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3310108-
CMYK0.690.9100.58
HSL254.08º83.05%23.14%-
HSV(B)254.08º90.74%42.35%-
XYZ3.441.6214.32-
YUV28.05173.12131.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 10 (4.30% from 255) = 6.62%
BLUE value IS 108 (42.58% from 255) = 71.52%
R=21.85%
G=6.62%
B=71.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33101080.690.9100.58254.0883.0523.14
Hex21A6C455B03Afe5317
Octal411215410513307237612327
Binary1000011010110110010001011011011011101011111110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210A6C; }

 p { color: rgb(33,10,108); }

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

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

 a { background-color: rgb(33,10,108); }

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

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

 span { border-color: rgb(33,10,108); }

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