#220D70

Color #220D70 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #220D70

Tints of Persian Indigo #220D70

Color information

#220D70 (or 0x220D70) is unknown color: approx Persian Indigo. HEX triplet: 22, 0D and 70. RGB value is (34,13,112). Sum of RGB (Red+Green+Blue) = 34+13+112=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 13 (5.47% from 255 or 8.18% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #220D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220D70 is #DDF28F. Grayscale: #1E1E1E. Windows color (decimal): -14545552 or 7343394. OLE color: 7343394.

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

Color convert

RGB3413112-
CMYK0.700.8800.56
HSL252.73º79.2%24.51%-
HSV(B)252.73º88.39%43.92%-
XYZ3.731.815.48-
YUV30.56173.96130.45-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.38%
GREEN value IS 13 (5.47% from 255) = 8.18%
BLUE value IS 112 (44.14% from 255) = 70.44%
R=21.38%
G=8.18%
B=70.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal34131120.700.8800.56252.7379.224.51
Hex22D704658038fd4f19
Octal421516010613007037511731
Binary1000101101111000010001101011000011100011111101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220D70; }

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

 H1.HeaderClassName
 {
   color: #220D70;
 }
 .AnyTagClassName
 {
   color: #220D70;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #220D70;
 }
 .BgClassName
 {
   background-color: #220D70;
 }
</style>
border-color css

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

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

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