Html Css Color HEX #210472 Persian Indigo

📋 copy color: '#210472'

red 33 ◦ green 4 ◦ blue 114

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

Shades of Persian Indigo #210472

Tints of Persian Indigo #210472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 75.5%

R = 21.85%
G = 2.65%
B = 75.5%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#210472 (or 0x210472) is known color: Persian Indigo. HEX triplet: 21, 04 and 72. RGB value is (33,4,114). Sum of RGB (Red+Green+Blue) = 33+4+114=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 114 (44.92% from 255 or 75.50% from 151); Max value from RGB is 114 - color contains mainly: blue. Hex color #210472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210472 is #DEFB8D. Grayscale: #181818. Windows color (decimal): -14613390 or 7472161. OLE color: 7472161.

HSL color Cylindrical-coordinate representation of color #210472: hue angle of 255.82º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210472 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 4 114 -
CMYK 0.71 0.96 0 0.55
HSL 255.82º 0.93% 0.23% -
HSV(B) 255.82º 0.96% 0.45% -
XYZ 3.71 1.63 16.04 -
YUV 25.21 178.11 133.56 -
System Red Green Blue C M Y K H S L
Decimal 33 4 114 0.71 0.96 0 0.55 255.82 0.93 0.23
Hex 21 4 72 47 60 0 37 100 5D 17
Octal 41 4 162 107 140 0 67 400 135 27
Binary 100001 100 1110010 1000111 1100000 0 110111 100000000 1011101 10111

Color Harmonies of #210472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210472

Black with #210472

Text Example


Text Example

White with #210472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210472; }

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

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

background-color css

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

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

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

border-color css

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

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

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