Html Css Color HEX #210176 Persian Indigo

📋 copy color: '#210176'

red 33 ◦ green 1 ◦ blue 118

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

Shades of Persian Indigo #210176

Tints of Persian Indigo #210176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 21.71%
G = 0.66%
B = 77.63%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#210176 (or 0x210176) is known color: Persian Indigo. HEX triplet: 21, 01 and 76. RGB value is (33,1,118). Sum of RGB (Red+Green+Blue) = 33+1+118=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 118 (46.48% from 255 or 77.63% from 152); Max value from RGB is 118 - color contains mainly: blue. Hex color #210176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210176 is #DEFE89. Grayscale: #171717. Windows color (decimal): -14614154 or 7733537. OLE color: 7733537.

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

Color convert

RGB 33 1 118 -
CMYK 0.72 0.99 0 0.54
HSL 256.41º 0.98% 0.23% -
HSV(B) 256.41º 0.99% 0.46% -
XYZ 3.91 1.65 17.25 -
YUV 23.91 181.1 134.49 -
System Red Green Blue C M Y K H S L
Decimal 33 1 118 0.72 0.99 0 0.54 256.41 0.98 0.23
Hex 21 1 76 48 63 0 36 100 62 17
Octal 41 1 166 110 143 0 66 400 142 27
Binary 100001 1 1110110 1001000 1100011 0 110110 100000000 1100010 10111

Color Harmonies of #210176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210176

Black with #210176

Text Example


Text Example

White with #210176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210176; }

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

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

background-color css

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

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

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

border-color css

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

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

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