Html Css Color HEX #220070 Persian Indigo

📋 copy color: '#220070'

red 34 ◦ green 0 ◦ blue 112

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

Shades of Persian Indigo #220070

Tints of Persian Indigo #220070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 23.29%
G = 0%
B = 76.71%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#220070 (or 0x220070) is known color: Persian Indigo. HEX triplet: 22, 00 and 70. RGB value is (34,0,112). Sum of RGB (Red+Green+Blue) = 34+0+112=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 112 (44.14% from 255 or 76.71% from 146); Max value from RGB is 112 - color contains mainly: blue. Hex color #220070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220070 is #DDFF8F. Grayscale: #161616. Windows color (decimal): -14548880 or 7340066. OLE color: 7340066.

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

Color convert

RGB 34 0 112 -
CMYK 0.70 1 0 0.56
HSL 258.21º 1% 0.22% -
HSV(B) 258.21º 1% 0.44% -
XYZ 3.58 1.51 15.43 -
YUV 22.93 178.26 135.89 -
System Red Green Blue C M Y K H S L
Decimal 34 0 112 0.70 1 0 0.56 258.21 1 0.22
Hex 22 0 70 46 64 0 38 102 64 16
Octal 42 0 160 106 144 0 70 402 144 26
Binary 100010 0 1110000 1000110 1100100 0 111000 100000010 1100100 10110

Color Harmonies of #220070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220070

Black with #220070

Text Example


Text Example

White with #220070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220070; }

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

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

background-color css

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

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

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

border-color css

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

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

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