Html Css Color HEX #21006F Persian Indigo

📋 copy color: '#21006F'

red 33 ◦ green 0 ◦ blue 111

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

Shades of Persian Indigo #21006F

Tints of Persian Indigo #21006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 77.08%

R = 22.92%
G = 0%
B = 77.08%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#21006F (or 0x21006F) is known color: Persian Indigo. HEX triplet: 21, 00 and 6F. RGB value is (33,0,111). Sum of RGB (Red+Green+Blue) = 33+0+111=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 111 (43.75% from 255 or 77.08% from 144); Max value from RGB is 111 - color contains mainly: blue. Hex color #21006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21006F is #DEFF90. Grayscale: #161616. Windows color (decimal): -14614417 or 7274529. OLE color: 7274529.

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

Color convert

RGB 33 0 111 -
CMYK 0.70 1 0 0.56
HSL 257.84º 1% 0.22% -
HSV(B) 257.84º 1% 0.44% -
XYZ 3.5 1.47 15.14 -
YUV 22.52 177.93 135.47 -
System Red Green Blue C M Y K H S L
Decimal 33 0 111 0.70 1 0 0.56 257.84 1 0.22
Hex 21 0 6F 46 64 0 38 102 64 16
Octal 41 0 157 106 144 0 70 402 144 26
Binary 100001 0 1101111 1000110 1100100 0 111000 100000010 1100100 10110

Color Harmonies of #21006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21006F

Black with #21006F

Text Example


Text Example

White with #21006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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