Html Css Color HEX #210571 Persian Indigo

📋 copy color: '#210571'

red 33 ◦ green 5 ◦ blue 113

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

Shades of Persian Indigo #210571

Tints of Persian Indigo #210571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 74.83%

R = 21.85%
G = 3.31%
B = 74.83%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#210571 (or 0x210571) is known color: Persian Indigo. HEX triplet: 21, 05 and 71. RGB value is (33,5,113). Sum of RGB (Red+Green+Blue) = 33+5+113=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 113 (44.53% from 255 or 74.83% from 151); Max value from RGB is 113 - color contains mainly: blue. Hex color #210571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210571 is #DEFA8E. Grayscale: #191919. Windows color (decimal): -14613135 or 7406881. OLE color: 7406881.

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

Color convert

RGB 33 5 113 -
CMYK 0.71 0.96 0 0.56
HSL 255.56º 0.92% 0.23% -
HSV(B) 255.56º 0.96% 0.44% -
XYZ 3.66 1.62 15.74 -
YUV 25.68 177.28 133.22 -
System Red Green Blue C M Y K H S L
Decimal 33 5 113 0.71 0.96 0 0.56 255.56 0.92 0.23
Hex 21 5 71 47 60 0 38 100 5C 17
Octal 41 5 161 107 140 0 70 400 134 27
Binary 100001 101 1110001 1000111 1100000 0 111000 100000000 1011100 10111

Color Harmonies of #210571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210571

Black with #210571

Text Example


Text Example

White with #210571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210571; }

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

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

background-color css

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

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

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

border-color css

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

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

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