#220975

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

Shades of Persian Indigo #220975

Tints of Persian Indigo #220975

Color information

#220975 (or 0x220975) is unknown color: approx Persian Indigo. HEX triplet: 22, 09 and 75. RGB value is (34,9,117). Sum of RGB (Red+Green+Blue) = 34+9+117=160 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.25% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 117 (46.09% from 255 or 73.12% from 160); Max value from RGB is 117 - color contains mainly: blue. Hex color #220975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220975 is #DDF68A. Grayscale: #1C1C1C. Windows color (decimal): -14546571 or 7670050. OLE color: 7670050.

HSL color Cylindrical-coordinate representation of color #220975: hue angle of 253.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220975 is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB349117-
CMYK0.710.9200.54
HSL253.89º85.71%24.71%-
HSV(B)253.89º92.31%45.88%-
XYZ3.971.8216.97-
YUV28.79177.78131.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.25%
GREEN value IS 9 (3.91% from 255) = 5.62%
BLUE value IS 117 (46.09% from 255) = 73.12%
R=21.25%
G=5.62%
B=73.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3491170.710.9200.54253.8985.7124.71
Hex22975475C036fe5619
Octal421116510713406637612631
Binary1000101001111010110001111011100011011011111110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220975; }

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

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

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

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

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

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

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

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