Html Css Color HEX #210776 Persian Indigo

📋 copy color: '#210776'

red 33 ◦ green 7 ◦ blue 118

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

Shades of Persian Indigo #210776

Tints of Persian Indigo #210776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.43%

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

R = 20.89%
G = 4.43%
B = 74.68%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#210776 (or 0x210776) is known color: Persian Indigo. HEX triplet: 21, 07 and 76. RGB value is (33,7,118). Sum of RGB (Red+Green+Blue) = 33+7+118=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #210776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210776 is #DEF889. Grayscale: #1B1B1B. Windows color (decimal): -14612618 or 7735073. OLE color: 7735073.

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

Color convert

RGB 33 7 118 -
CMYK 0.72 0.94 0 0.54
HSL 254.05º 0.89% 0.25% -
HSV(B) 254.05º 0.94% 0.46% -
XYZ 3.97 1.78 17.27 -
YUV 27.43 179.11 131.97 -
System Red Green Blue C M Y K H S L
Decimal 33 7 118 0.72 0.94 0 0.54 254.05 0.89 0.25
Hex 21 7 76 48 5E 0 36 FE 59 19
Octal 41 7 166 110 136 0 66 376 131 31
Binary 100001 111 1110110 1001000 1011110 0 110110 11111110 1011001 11001

Color Harmonies of #210776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210776

Black with #210776

Text Example


Text Example

White with #210776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210776; }

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

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

background-color css

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

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

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

border-color css

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

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

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