Html Css Color HEX #220570 Persian Indigo

📋 copy color: '#220570'

red 34 ◦ green 5 ◦ blue 112

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

Shades of Persian Indigo #220570

Tints of Persian Indigo #220570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 74.17%

R = 22.52%
G = 3.31%
B = 74.17%

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

#220570 (or 0x220570) is known color: Persian Indigo. HEX triplet: 22, 05 and 70. RGB value is (34,5,112). Sum of RGB (Red+Green+Blue) = 34+5+112=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 112 (44.14% from 255 or 74.17% from 151); Max value from RGB is 112 - color contains mainly: blue. Hex color #220570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220570 is #DDFA8F. Grayscale: #191919. Windows color (decimal): -14547600 or 7341346. OLE color: 7341346.

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

Color convert

RGB 34 5 112 -
CMYK 0.70 0.96 0 0.56
HSL 256.26º 0.91% 0.23% -
HSV(B) 256.26º 0.96% 0.44% -
XYZ 3.64 1.62 15.45 -
YUV 25.87 176.61 133.8 -
System Red Green Blue C M Y K H S L
Decimal 34 5 112 0.70 0.96 0 0.56 256.26 0.91 0.23
Hex 22 5 70 46 60 0 38 100 5B 17
Octal 42 5 160 106 140 0 70 400 133 27
Binary 100010 101 1110000 1000110 1100000 0 111000 100000000 1011011 10111

Color Harmonies of #220570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220570

Black with #220570

Text Example


Text Example

White with #220570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220570; }

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

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

background-color css

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

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

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

border-color css

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

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

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