Html Css Color HEX #21066F Persian Indigo

📋 copy color: '#21066F'

red 33 ◦ green 6 ◦ blue 111

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

Shades of Persian Indigo #21066F

Tints of Persian Indigo #21066F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4%

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

R = 22%
G = 4%
B = 74%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#21066F (or 0x21066F) is known color: Persian Indigo. HEX triplet: 21, 06 and 6F. RGB value is (33,6,111). Sum of RGB (Red+Green+Blue) = 33+6+111=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 111 (43.75% from 255 or 74% from 150); Max value from RGB is 111 - color contains mainly: blue. Hex color #21066F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21066F is #DEF990. Grayscale: #191919. Windows color (decimal): -14612881 or 7276065. OLE color: 7276065.

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

Color convert

RGB 33 6 111 -
CMYK 0.70 0.95 0 0.56
HSL 255.43º 0.9% 0.23% -
HSV(B) 255.43º 0.95% 0.44% -
XYZ 3.56 1.6 15.16 -
YUV 26.04 175.95 132.96 -
System Red Green Blue C M Y K H S L
Decimal 33 6 111 0.70 0.95 0 0.56 255.43 0.9 0.23
Hex 21 6 6F 46 5F 0 38 FF 5A 17
Octal 41 6 157 106 137 0 70 377 132 27
Binary 100001 110 1101111 1000110 1011111 0 111000 11111111 1011010 10111

Color Harmonies of #21066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21066F

Black with #21066F

Text Example


Text Example

White with #21066F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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