Html Css Color HEX #220970 Persian Indigo

📋 copy color: '#220970'

red 34 ◦ green 9 ◦ blue 112

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

Shades of Persian Indigo #220970

Tints of Persian Indigo #220970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.81%

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

R = 21.94%
G = 5.81%
B = 72.26%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#220970 (or 0x220970) is known color: Persian Indigo. HEX triplet: 22, 09 and 70. RGB value is (34,9,112). Sum of RGB (Red+Green+Blue) = 34+9+112=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 112 (44.14% from 255 or 72.26% from 155); Max value from RGB is 112 - color contains mainly: blue. Hex color #220970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220970 is #DDF68F. Grayscale: #1B1B1B. Windows color (decimal): -14546576 or 7342370. OLE color: 7342370.

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

Color convert

RGB 34 9 112 -
CMYK 0.70 0.92 0 0.56
HSL 254.56º 0.85% 0.24% -
HSV(B) 254.56º 0.92% 0.44% -
XYZ 3.68 1.71 15.46 -
YUV 28.22 175.28 132.12 -
System Red Green Blue C M Y K H S L
Decimal 34 9 112 0.70 0.92 0 0.56 254.56 0.85 0.24
Hex 22 9 70 46 5C 0 38 FF 55 18
Octal 42 11 160 106 134 0 70 377 125 30
Binary 100010 1001 1110000 1000110 1011100 0 111000 11111111 1010101 11000

Color Harmonies of #220970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220970

Black with #220970

Text Example


Text Example

White with #220970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220970; }

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

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

background-color css

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

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

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

border-color css

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

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

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