#210B68

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

Shades of Persian Indigo #210B68

Tints of Persian Indigo #210B68

Color information

#210B68 (or 0x210B68) is unknown color: approx Persian Indigo. HEX triplet: 21, 0B and 68. RGB value is (33,11,104). Sum of RGB (Red+Green+Blue) = 33+11+104=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 104 (41.02% from 255 or 70.27% from 148); Max value from RGB is 104 - color contains mainly: blue. Hex color #210B68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210B68 is #DEF497. Grayscale: #1B1B1B. Windows color (decimal): -14611608 or 6818593. OLE color: 6818593.

HSL color Cylindrical-coordinate representation of color #210B68: hue angle of 254.19º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #210B68 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3311104-
CMYK0.680.8900.59
HSL254.19º80.87%22.55%-
HSV(B)254.19º89.42%40.78%-
XYZ3.251.5613.23-
YUV28.18170.79131.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.30%
GREEN value IS 11 (4.69% from 255) = 7.43%
BLUE value IS 104 (41.02% from 255) = 70.27%
R=22.30%
G=7.43%
B=70.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33111040.680.8900.59254.1980.8722.55
Hex21B68445903Bfe5117
Octal411315010413107337612127
Binary1000011011110100010001001011001011101111111110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,11,104); }

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

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

 a { background-color: rgb(33,11,104); }

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

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

 span { border-color: rgb(33,11,104); }

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