Html Css Color HEX #210B76 Persian Indigo

📋 copy color: '#210B76'

red 33 ◦ green 11 ◦ blue 118

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

Shades of Persian Indigo #210B76

Tints of Persian Indigo #210B76

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.79%

 BLUE value IS 118 (46.48% from 255) = 72.84%

R = 20.37%
G = 6.79%
B = 72.84%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#210B76 (or 0x210B76) is known color: Persian Indigo. HEX triplet: 21, 0B and 76. RGB value is (33,11,118). Sum of RGB (Red+Green+Blue) = 33+11+118=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 118 (46.48% from 255 or 72.84% from 162); Max value from RGB is 118 - color contains mainly: blue. Hex color #210B76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210B76 is #DEF489. Grayscale: #1D1D1D. Windows color (decimal): -14611594 or 7736097. OLE color: 7736097.

HSL color Cylindrical-coordinate representation of color #210B76: hue angle of 252.34º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #210B76 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 11 118 -
CMYK 0.72 0.91 0 0.54
HSL 252.34º 0.83% 0.25% -
HSV(B) 252.34º 0.91% 0.46% -
XYZ 4.02 1.87 17.29 -
YUV 29.78 177.79 130.3 -
System Red Green Blue C M Y K H S L
Decimal 33 11 118 0.72 0.91 0 0.54 252.34 0.83 0.25
Hex 21 B 76 48 5B 0 36 FC 53 19
Octal 41 13 166 110 133 0 66 374 123 31
Binary 100001 1011 1110110 1001000 1011011 0 110110 11111100 1010011 11001

Color Harmonies of #210B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210B76

Black with #210B76

Text Example


Text Example

White with #210B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,11,118); }

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

background-color css

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

 a { background-color: rgb(33,11,118); }

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

border-color css

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

 span { border-color: rgb(33,11,118); }

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