Html Css Color HEX #220571 Persian Indigo

📋 copy color: '#220571'

red 34 ◦ green 5 ◦ blue 113

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

Shades of Persian Indigo #220571

Tints of Persian Indigo #220571

RGB

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

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

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

R = 22.37%
G = 3.29%
B = 74.34%

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

#220571 (or 0x220571) is known color: Persian Indigo. HEX triplet: 22, 05 and 71. RGB value is (34,5,113). Sum of RGB (Red+Green+Blue) = 34+5+113=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 113 (44.53% from 255 or 74.34% from 152); Max value from RGB is 113 - color contains mainly: blue. Hex color #220571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220571 is #DDFA8E. Grayscale: #191919. Windows color (decimal): -14547599 or 7406882. OLE color: 7406882.

HSL color Cylindrical-coordinate representation of color #220571: hue angle of 256.11º degrees, saturation: 0.92, 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 #220571 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 5 113 -
CMYK 0.70 0.96 0 0.56
HSL 256.11º 0.92% 0.23% -
HSV(B) 256.11º 0.96% 0.44% -
XYZ 3.69 1.64 15.74 -
YUV 25.98 177.11 133.72 -
System Red Green Blue C M Y K H S L
Decimal 34 5 113 0.70 0.96 0 0.56 256.11 0.92 0.23
Hex 22 5 71 46 60 0 38 100 5C 17
Octal 42 5 161 106 140 0 70 400 134 27
Binary 100010 101 1110001 1000110 1100000 0 111000 100000000 1011100 10111

Color Harmonies of #220571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220571

Black with #220571

Text Example


Text Example

White with #220571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220571; }

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

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

background-color css

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

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

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

border-color css

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

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

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