Html Css Color HEX #210276 Persian Indigo

📋 copy color: '#210276'

red 33 ◦ green 2 ◦ blue 118

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

Shades of Persian Indigo #210276

Tints of Persian Indigo #210276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.31%

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

R = 21.57%
G = 1.31%
B = 77.12%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#210276 (or 0x210276) is known color: Persian Indigo. HEX triplet: 21, 02 and 76. RGB value is (33,2,118). Sum of RGB (Red+Green+Blue) = 33+2+118=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 118 (46.48% from 255 or 77.12% from 153); Max value from RGB is 118 - color contains mainly: blue. Hex color #210276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210276 is #DEFD89. Grayscale: #181818. Windows color (decimal): -14613898 or 7733793. OLE color: 7733793.

HSL color Cylindrical-coordinate representation of color #210276: hue angle of 256.03º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #210276 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 2 118 -
CMYK 0.72 0.98 0 0.54
HSL 256.03º 0.97% 0.24% -
HSV(B) 256.03º 0.98% 0.46% -
XYZ 3.92 1.67 17.26 -
YUV 24.49 180.77 134.07 -
System Red Green Blue C M Y K H S L
Decimal 33 2 118 0.72 0.98 0 0.54 256.03 0.97 0.24
Hex 21 2 76 48 62 0 36 100 61 18
Octal 41 2 166 110 142 0 66 400 141 30
Binary 100001 10 1110110 1001000 1100010 0 110110 100000000 1100001 11000

Color Harmonies of #210276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210276

Black with #210276

Text Example


Text Example

White with #210276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210276; }

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

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

background-color css

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

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

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

border-color css

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

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

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