#21006C

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

Shades of Persian Indigo #21006C

Tints of Persian Indigo #21006C

Color information

#21006C (or 0x21006C) is unknown color: approx Persian Indigo. HEX triplet: 21, 00 and 6C. RGB value is (33,0,108). Sum of RGB (Red+Green+Blue) = 33+0+108=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 108 (42.58% from 255 or 76.60% from 141); Max value from RGB is 108 - color contains mainly: blue. Hex color #21006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21006C is #DEFF93. Grayscale: #151515. Windows color (decimal): -14614420 or 7077921. OLE color: 7077921.

HSL color Cylindrical-coordinate representation of color #21006C: hue angle of 258.33º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21006C is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB330108-
CMYK0.69100.58
HSL258.33º100%21.18%-
HSV(B)258.33º100%42.35%-
XYZ3.331.4114.28-
YUV22.18176.43135.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 76.60%
R=23.40%
G=0%
B=76.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3301080.69100.58258.3310021.18
Hex2106C456403A1026415
Octal41015410514407240214425
Binary10000101101100100010111001000111010100000010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21006C; }

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

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

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

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

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

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

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

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