Html Css Color HEX #220476 Persian Indigo

📋 copy color: '#220476'

red 34 ◦ green 4 ◦ blue 118

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

Shades of Persian Indigo #220476

Tints of Persian Indigo #220476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.56%

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

R = 21.79%
G = 2.56%
B = 75.64%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#220476 (or 0x220476) is known color: Persian Indigo. HEX triplet: 22, 04 and 76. RGB value is (34,4,118). Sum of RGB (Red+Green+Blue) = 34+4+118=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 118 (46.48% from 255 or 75.64% from 156); Max value from RGB is 118 - color contains mainly: blue. Hex color #220476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220476 is #DDFB89. Grayscale: #191919. Windows color (decimal): -14547850 or 7734306. OLE color: 7734306.

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

Color convert

RGB 34 4 118 -
CMYK 0.71 0.97 0 0.54
HSL 255.79º 0.93% 0.24% -
HSV(B) 255.79º 0.97% 0.46% -
XYZ 3.97 1.73 17.27 -
YUV 25.97 179.94 133.73 -
System Red Green Blue C M Y K H S L
Decimal 34 4 118 0.71 0.97 0 0.54 255.79 0.93 0.24
Hex 22 4 76 47 61 0 36 100 5D 18
Octal 42 4 166 107 141 0 66 400 135 30
Binary 100010 100 1110110 1000111 1100001 0 110110 100000000 1011101 11000

Color Harmonies of #220476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220476

Black with #220476

Text Example


Text Example

White with #220476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220476; }

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

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

background-color css

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

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

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

border-color css

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

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

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