Html Css Color HEX #210071 Persian Indigo

📋 copy color: '#210071'

red 33 ◦ green 0 ◦ blue 113

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

Shades of Persian Indigo #210071

Tints of Persian Indigo #210071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 22.6%
G = 0%
B = 77.4%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#210071 (or 0x210071) is known color: Persian Indigo. HEX triplet: 21, 00 and 71. RGB value is (33,0,113). Sum of RGB (Red+Green+Blue) = 33+0+113=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 113 (44.53% from 255 or 77.40% from 146); Max value from RGB is 113 - color contains mainly: blue. Hex color #210071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210071 is #DEFF8E. Grayscale: #161616. Windows color (decimal): -14614415 or 7405601. OLE color: 7405601.

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

Color convert

RGB 33 0 113 -
CMYK 0.71 1 0 0.56
HSL 257.52º 1% 0.22% -
HSV(B) 257.52º 1% 0.44% -
XYZ 3.61 1.52 15.73 -
YUV 22.75 178.93 135.31 -
System Red Green Blue C M Y K H S L
Decimal 33 0 113 0.71 1 0 0.56 257.52 1 0.22
Hex 21 0 71 47 64 0 38 102 64 16
Octal 41 0 161 107 144 0 70 402 144 26
Binary 100001 0 1110001 1000111 1100100 0 111000 100000010 1100100 10110

Color Harmonies of #210071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210071

Black with #210071

Text Example


Text Example

White with #210071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210071; }

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

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

background-color css

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

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

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

border-color css

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

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

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