#220475

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

Shades of Persian Indigo #220475

Tints of Persian Indigo #220475

Color information

#220475 (or 0x220475) is unknown color: approx Persian Indigo. HEX triplet: 22, 04 and 75. RGB value is (34,4,117). Sum of RGB (Red+Green+Blue) = 34+4+117=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #220475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220475 is #DDFB8A. Grayscale: #191919. Windows color (decimal): -14547851 or 7668770. OLE color: 7668770.

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

Color convert

RGB344117-
CMYK0.710.9700.54
HSL255.93º93.39%23.73%-
HSV(B)255.93º96.58%45.88%-
XYZ3.911.7116.95-
YUV25.85179.44133.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.94%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 117 (46.09% from 255) = 75.48%
R=21.94%
G=2.58%
B=75.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3441170.710.9700.54255.9393.3923.73
Hex2247547610361005d18
Octal42416510714106640013530
Binary1000101001110101100011111000010110110100000000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220475; }

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

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

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

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

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

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

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

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