Html Css Color HEX #220178 Persian Indigo

📋 copy color: '#220178'

red 34 ◦ green 1 ◦ blue 120

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

Shades of Persian Indigo #220178

Tints of Persian Indigo #220178

RGB

 RED value IS 34 (13.67% from 255) = 21.94%

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

 BLUE value IS 120 (47.27% from 255) = 77.42%

R = 21.94%
G = 0.65%
B = 77.42%

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

#220178 (or 0x220178) is known color: Persian Indigo. HEX triplet: 22, 01 and 78. RGB value is (34,1,120). Sum of RGB (Red+Green+Blue) = 34+1+120=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 120 (47.27% from 255 or 77.42% from 155); Max value from RGB is 120 - color contains mainly: blue. Hex color #220178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220178 is #DDFE87. Grayscale: #171717. Windows color (decimal): -14548616 or 7864610. OLE color: 7864610.

HSL color Cylindrical-coordinate representation of color #220178: hue angle of 256.64º 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 #220178 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 34 1 120 -
CMYK 0.72 0.99 0 0.53
HSL 256.64º 0.98% 0.24% -
HSV(B) 256.64º 0.99% 0.47% -
XYZ 4.06 1.72 17.89 -
YUV 24.43 181.93 134.82 -
System Red Green Blue C M Y K H S L
Decimal 34 1 120 0.72 0.99 0 0.53 256.64 0.98 0.24
Hex 22 1 78 48 63 0 35 101 62 18
Octal 42 1 170 110 143 0 65 401 142 30
Binary 100010 1 1111000 1001000 1100011 0 110101 100000001 1100010 11000

Color Harmonies of #220178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220178

Black with #220178

Text Example


Text Example

White with #220178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220178; }

 p { color: rgb(34,1,120); }

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

background-color css

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

 a { background-color: rgb(34,1,120); }

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

border-color css

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

 span { border-color: rgb(34,1,120); }

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