Html Css Color HEX #210D71 Persian Indigo

📋 copy color: '#210D71'

red 33 ◦ green 13 ◦ blue 113

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

Shades of Persian Indigo #210D71

Tints of Persian Indigo #210D71

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.18%

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

R = 20.75%
G = 8.18%
B = 71.07%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#210D71 (or 0x210D71) is known color: Persian Indigo. HEX triplet: 21, 0D and 71. RGB value is (33,13,113). Sum of RGB (Red+Green+Blue) = 33+13+113=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 113 (44.53% from 255 or 71.07% from 159); Max value from RGB is 113 - color contains mainly: blue. Hex color #210D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210D71 is #DEF28E. Grayscale: #1E1E1E. Windows color (decimal): -14611087 or 7408929. OLE color: 7408929.

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

Color convert

RGB 33 13 113 -
CMYK 0.71 0.88 0 0.56
HSL 252º 0.79% 0.25% -
HSV(B) 252º 0.88% 0.44% -
XYZ 3.75 1.8 15.77 -
YUV 30.38 174.63 129.87 -
System Red Green Blue C M Y K H S L
Decimal 33 13 113 0.71 0.88 0 0.56 252 0.79 0.25
Hex 21 D 71 47 58 0 38 FC 4F 19
Octal 41 15 161 107 130 0 70 374 117 31
Binary 100001 1101 1110001 1000111 1011000 0 111000 11111100 1001111 11001

Color Harmonies of #210D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210D71

Black with #210D71

Text Example


Text Example

White with #210D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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