Html Css Color HEX #220471 Persian Indigo

📋 copy color: '#220471'

red 34 ◦ green 4 ◦ blue 113

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

Shades of Persian Indigo #220471

Tints of Persian Indigo #220471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 74.83%

R = 22.52%
G = 2.65%
B = 74.83%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#220471 (or 0x220471) is known color: Persian Indigo. HEX triplet: 22, 04 and 71. RGB value is (34,4,113). Sum of RGB (Red+Green+Blue) = 34+4+113=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 113 (44.53% from 255 or 74.83% from 151); Max value from RGB is 113 - color contains mainly: blue. Hex color #220471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220471 is #DDFB8E. Grayscale: #181818. Windows color (decimal): -14547855 or 7406626. OLE color: 7406626.

HSL color Cylindrical-coordinate representation of color #220471: hue angle of 256.51º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220471 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 4 113 -
CMYK 0.70 0.96 0 0.56
HSL 256.51º 0.93% 0.23% -
HSV(B) 256.51º 0.96% 0.44% -
XYZ 3.68 1.62 15.74 -
YUV 25.4 177.44 134.14 -
System Red Green Blue C M Y K H S L
Decimal 34 4 113 0.70 0.96 0 0.56 256.51 0.93 0.23
Hex 22 4 71 46 60 0 38 101 5D 17
Octal 42 4 161 106 140 0 70 401 135 27
Binary 100010 100 1110001 1000110 1100000 0 111000 100000001 1011101 10111

Color Harmonies of #220471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220471

Black with #220471

Text Example


Text Example

White with #220471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220471; }

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

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

background-color css

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

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

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

border-color css

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

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

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