Html Css Color HEX #210177 Persian Indigo

📋 copy color: '#210177'

red 33 ◦ green 1 ◦ blue 119

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

Shades of Persian Indigo #210177

Tints of Persian Indigo #210177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 77.78%

R = 21.57%
G = 0.65%
B = 77.78%

CMYK

 C value IS 0.72

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#210177 (or 0x210177) is known color: Persian Indigo. HEX triplet: 21, 01 and 77. RGB value is (33,1,119). Sum of RGB (Red+Green+Blue) = 33+1+119=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 119 (46.88% from 255 or 77.78% from 153); Max value from RGB is 119 - color contains mainly: blue. Hex color #210177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210177 is #DEFE88. Grayscale: #171717. Windows color (decimal): -14614153 or 7799073. OLE color: 7799073.

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

Color convert

RGB 33 1 119 -
CMYK 0.72 0.99 0 0.53
HSL 256.27º 0.98% 0.24% -
HSV(B) 256.27º 0.99% 0.47% -
XYZ 3.97 1.68 17.57 -
YUV 24.02 181.6 134.41 -
System Red Green Blue C M Y K H S L
Decimal 33 1 119 0.72 0.99 0 0.53 256.27 0.98 0.24
Hex 21 1 77 48 63 0 35 100 62 18
Octal 41 1 167 110 143 0 65 400 142 30
Binary 100001 1 1110111 1001000 1100011 0 110101 100000000 1100010 11000

Color Harmonies of #210177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210177

Black with #210177

Text Example


Text Example

White with #210177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210177; }

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

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

background-color css

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

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

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

border-color css

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

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

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