#21086A

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

Shades of Persian Indigo #21086A

Tints of Persian Indigo #21086A

Color information

#21086A (or 0x21086A) is unknown color: approx Persian Indigo. HEX triplet: 21, 08 and 6A. RGB value is (33,8,106). Sum of RGB (Red+Green+Blue) = 33+8+106=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 106 (41.80% from 255 or 72.11% from 147); Max value from RGB is 106 - color contains mainly: blue. Hex color #21086A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21086A is #DEF795. Grayscale: #1A1A1A. Windows color (decimal): -14612374 or 6948897. OLE color: 6948897.

HSL color Cylindrical-coordinate representation of color #21086A: hue angle of 255.31º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21086A is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB338106-
CMYK0.690.9200.58
HSL255.31º85.96%22.35%-
HSV(B)255.31º92.45%41.57%-
XYZ3.321.5413.76-
YUV26.65172.78132.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 8 (3.52% from 255) = 5.44%
BLUE value IS 106 (41.80% from 255) = 72.11%
R=22.45%
G=5.44%
B=72.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3381060.690.9200.58255.3185.9622.35
Hex2186A455C03Aff5616
Octal411015210513407237712626
Binary1000011000110101010001011011100011101011111111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21086A; }

 p { color: rgb(33,8,106); }

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

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

 a { background-color: rgb(33,8,106); }

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

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

 span { border-color: rgb(33,8,106); }

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