Html Css Color HEX #220179 Persian Indigo

📋 copy color: '#220179'

red 34 ◦ green 1 ◦ blue 121

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

Shades of Persian Indigo #220179

Tints of Persian Indigo #220179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 77.56%

R = 21.79%
G = 0.64%
B = 77.56%

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

#220179 (or 0x220179) is known color: Persian Indigo. HEX triplet: 22, 01 and 79. RGB value is (34,1,121). Sum of RGB (Red+Green+Blue) = 34+1+121=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 121 (47.66% from 255 or 77.56% from 156); Max value from RGB is 121 - color contains mainly: blue. Hex color #220179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220179 is #DDFE86. Grayscale: #181818. Windows color (decimal): -14548615 or 7930146. OLE color: 7930146.

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

Color convert

RGB 34 1 121 -
CMYK 0.72 0.99 0 0.53
HSL 256.5º 0.98% 0.24% -
HSV(B) 256.5º 0.99% 0.47% -
XYZ 4.12 1.74 18.21 -
YUV 24.55 182.43 134.74 -
System Red Green Blue C M Y K H S L
Decimal 34 1 121 0.72 0.99 0 0.53 256.5 0.98 0.24
Hex 22 1 79 48 63 0 35 100 62 18
Octal 42 1 171 110 143 0 65 400 142 30
Binary 100010 1 1111001 1001000 1100011 0 110101 100000000 1100010 11000

Color Harmonies of #220179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220179

Black with #220179

Text Example


Text Example

White with #220179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220179; }

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

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

background-color css

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

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

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

border-color css

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

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

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