Html Css Color HEX #220572 Persian Indigo

📋 copy color: '#220572'

red 34 ◦ green 5 ◦ blue 114

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

Shades of Persian Indigo #220572

Tints of Persian Indigo #220572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 74.51%

R = 22.22%
G = 3.27%
B = 74.51%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#220572 (or 0x220572) is known color: Persian Indigo. HEX triplet: 22, 05 and 72. RGB value is (34,5,114). Sum of RGB (Red+Green+Blue) = 34+5+114=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 114 (44.92% from 255 or 74.51% from 153); Max value from RGB is 114 - color contains mainly: blue. Hex color #220572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220572 is #DDFA8D. Grayscale: #191919. Windows color (decimal): -14547598 or 7472418. OLE color: 7472418.

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

Color convert

RGB 34 5 114 -
CMYK 0.70 0.96 0 0.55
HSL 255.96º 0.92% 0.23% -
HSV(B) 255.96º 0.96% 0.45% -
XYZ 3.75 1.66 16.04 -
YUV 26.1 177.61 133.64 -
System Red Green Blue C M Y K H S L
Decimal 34 5 114 0.70 0.96 0 0.55 255.96 0.92 0.23
Hex 22 5 72 46 60 0 37 100 5C 17
Octal 42 5 162 106 140 0 67 400 134 27
Binary 100010 101 1110010 1000110 1100000 0 110111 100000000 1011100 10111

Color Harmonies of #220572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220572

Black with #220572

Text Example


Text Example

White with #220572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220572; }

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

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

background-color css

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

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

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

border-color css

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

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

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