Html Css Color HEX #210C72 Persian Indigo

📋 copy color: '#210C72'

red 33 ◦ green 12 ◦ blue 114

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

Shades of Persian Indigo #210C72

Tints of Persian Indigo #210C72

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.55%

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

R = 20.75%
G = 7.55%
B = 71.7%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#210C72 (or 0x210C72) is known color: Persian Indigo. HEX triplet: 21, 0C and 72. RGB value is (33,12,114). Sum of RGB (Red+Green+Blue) = 33+12+114=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 114 (44.92% from 255 or 71.70% from 159); Max value from RGB is 114 - color contains mainly: blue. Hex color #210C72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210C72 is #DEF38D. Grayscale: #1D1D1D. Windows color (decimal): -14611342 or 7474209. OLE color: 7474209.

HSL color Cylindrical-coordinate representation of color #210C72: hue angle of 252.35º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #210C72 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 12 114 -
CMYK 0.71 0.89 0 0.55
HSL 252.35º 0.81% 0.25% -
HSV(B) 252.35º 0.89% 0.45% -
XYZ 3.8 1.8 16.07 -
YUV 29.91 175.46 130.21 -
System Red Green Blue C M Y K H S L
Decimal 33 12 114 0.71 0.89 0 0.55 252.35 0.81 0.25
Hex 21 C 72 47 59 0 37 FC 51 19
Octal 41 14 162 107 131 0 67 374 121 31
Binary 100001 1100 1110010 1000111 1011001 0 110111 11111100 1010001 11001

Color Harmonies of #210C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210C72

Black with #210C72

Text Example


Text Example

White with #210C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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