Html Css Color HEX #21046E Persian Indigo

📋 copy color: '#21046E'

red 33 ◦ green 4 ◦ blue 110

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

Shades of Persian Indigo #21046E

Tints of Persian Indigo #21046E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.72%

 BLUE value IS 110 (43.36% from 255) = 74.83%

R = 22.45%
G = 2.72%
B = 74.83%

CMYK

 C value IS 0.7

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#21046E (or 0x21046E) is known color: Persian Indigo. HEX triplet: 21, 04 and 6E. RGB value is (33,4,110). Sum of RGB (Red+Green+Blue) = 33+4+110=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 110 (43.36% from 255 or 74.83% from 147); Max value from RGB is 110 - color contains mainly: blue. Hex color #21046E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21046E is #DEFB91. Grayscale: #181818. Windows color (decimal): -14613394 or 7210017. OLE color: 7210017.

HSL color Cylindrical-coordinate representation of color #21046E: hue angle of 256.42º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21046E is Cyan = 0.7, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 33 4 110 -
CMYK 0.7 0.96 0 0.57
HSL 256.42º 0.93% 0.22% -
HSV(B) 256.42º 0.96% 0.43% -
XYZ 3.49 1.54 14.86 -
YUV 24.76 176.11 133.88 -
System Red Green Blue C M Y K H S L
Decimal 33 4 110 0.7 0.96 0 0.57 256.42 0.93 0.22
Hex 21 4 6E 46 60 0 39 100 5D 16
Octal 41 4 156 106 140 0 71 400 135 26
Binary 100001 100 1101110 1000110 1100000 0 111001 100000000 1011101 10110

Color Harmonies of #21046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21046E

Black with #21046E

Text Example


Text Example

White with #21046E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21046E; }

 p { color: rgb(33,4,110); }

 H1.HeaderClassName
 {
   color: #21046E;
 }
 .AnyTagClassName
 {
   color: #21046E;
 }
</style>

background-color css

<style>
 a { background-color: #21046E; }

 a { background-color: rgb(33,4,110); }

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

border-color css

<style>
 span { border-color: #21046E; }

 span { border-color: rgb(33,4,110); }

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