Html Css Color HEX #210572 Persian Indigo

📋 copy color: '#210572'

red 33 ◦ green 5 ◦ blue 114

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

Shades of Persian Indigo #210572

Tints of Persian Indigo #210572

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.29%

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

R = 21.71%
G = 3.29%
B = 75%

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

#210572 (or 0x210572) is known color: Persian Indigo. HEX triplet: 21, 05 and 72. RGB value is (33,5,114). Sum of RGB (Red+Green+Blue) = 33+5+114=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 114 (44.92% from 255 or 75% from 152); Max value from RGB is 114 - color contains mainly: blue. Hex color #210572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210572 is #DEFA8D. Grayscale: #191919. Windows color (decimal): -14613134 or 7472417. OLE color: 7472417.

HSL color Cylindrical-coordinate representation of color #210572: hue angle of 255.41º degrees, saturation: 0.92, 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 #210572 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 5 114 -
CMYK 0.71 0.96 0 0.55
HSL 255.41º 0.92% 0.23% -
HSV(B) 255.41º 0.96% 0.45% -
XYZ 3.72 1.65 16.04 -
YUV 25.8 177.78 133.14 -
System Red Green Blue C M Y K H S L
Decimal 33 5 114 0.71 0.96 0 0.55 255.41 0.92 0.23
Hex 21 5 72 47 60 0 37 FF 5C 17
Octal 41 5 162 107 140 0 67 377 134 27
Binary 100001 101 1110010 1000111 1100000 0 110111 11111111 1011100 10111

Color Harmonies of #210572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210572

Black with #210572

Text Example


Text Example

White with #210572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210572; }

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

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

background-color css

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

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

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

border-color css

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

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

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