Html Css Color HEX #220576 Persian Indigo

📋 copy color: '#220576'

red 34 ◦ green 5 ◦ blue 118

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

Shades of Persian Indigo #220576

Tints of Persian Indigo #220576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.18%

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

R = 21.66%
G = 3.18%
B = 75.16%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#220576 (or 0x220576) is known color: Persian Indigo. HEX triplet: 22, 05 and 76. RGB value is (34,5,118). Sum of RGB (Red+Green+Blue) = 34+5+118=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 118 (46.48% from 255 or 75.16% from 157); Max value from RGB is 118 - color contains mainly: blue. Hex color #220576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220576 is #DDFA89. Grayscale: #1A1A1A. Windows color (decimal): -14547594 or 7734562. OLE color: 7734562.

HSL color Cylindrical-coordinate representation of color #220576: hue angle of 255.4º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220576 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 34 5 118 -
CMYK 0.71 0.96 0 0.54
HSL 255.4º 0.92% 0.24% -
HSV(B) 255.4º 0.96% 0.46% -
XYZ 3.98 1.76 17.27 -
YUV 26.55 179.61 133.31 -
System Red Green Blue C M Y K H S L
Decimal 34 5 118 0.71 0.96 0 0.54 255.4 0.92 0.24
Hex 22 5 76 47 60 0 36 FF 5C 18
Octal 42 5 166 107 140 0 66 377 134 30
Binary 100010 101 1110110 1000111 1100000 0 110110 11111111 1011100 11000

Color Harmonies of #220576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220576

Black with #220576

Text Example


Text Example

White with #220576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220576; }

 p { color: rgb(34,5,118); }

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

background-color css

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

 a { background-color: rgb(34,5,118); }

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

border-color css

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

 span { border-color: rgb(34,5,118); }

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