Html Css Color HEX #21006D Persian Indigo

📋 copy color: '#21006D'

red 33 ◦ green 0 ◦ blue 109

#21006D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #21006D

Tints of Persian Indigo #21006D

RGB

 RED value IS 33 (13.28% from 255) = 23.24%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 109 (42.97% from 255) = 76.76%

R = 23.24%
G = 0%
B = 76.76%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#21006D (or 0x21006D) is known color: Persian Indigo. HEX triplet: 21, 00 and 6D. RGB value is (33,0,109). Sum of RGB (Red+Green+Blue) = 33+0+109=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 109 (42.97% from 255 or 76.76% from 142); Max value from RGB is 109 - color contains mainly: blue. Hex color #21006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21006D is #DEFF92. Grayscale: #151515. Windows color (decimal): -14614419 or 7143457. OLE color: 7143457.

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

Color convert

RGB 33 0 109 -
CMYK 0.70 1 0 0.57
HSL 258.17º 1% 0.21% -
HSV(B) 258.17º 1% 0.43% -
XYZ 3.39 1.43 14.56 -
YUV 22.29 176.93 135.64 -
System Red Green Blue C M Y K H S L
Decimal 33 0 109 0.70 1 0 0.57 258.17 1 0.21
Hex 21 0 6D 46 64 0 39 102 64 15
Octal 41 0 155 106 144 0 71 402 144 25
Binary 100001 0 1101101 1000110 1100100 0 111001 100000010 1100100 10101

Color Harmonies of #21006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21006D

Black with #21006D

Text Example


Text Example

White with #21006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21006D;
 }
 .AnyTagClassName
 {
   color: #21006D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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