#220275

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

Shades of Persian Indigo #220275

Tints of Persian Indigo #220275

Color information

#220275 (or 0x220275) is unknown color: approx Persian Indigo. HEX triplet: 22, 02 and 75. RGB value is (34,2,117). Sum of RGB (Red+Green+Blue) = 34+2+117=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 117 (46.09% from 255 or 76.47% from 153); Max value from RGB is 117 - color contains mainly: blue. Hex color #220275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220275 is #DDFD8A. Grayscale: #181818. Windows color (decimal): -14548363 or 7668258. OLE color: 7668258.

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

Color convert

RGB342117-
CMYK0.710.9800.54
HSL256.7º96.64%23.33%-
HSV(B)256.7º98.29%45.88%-
XYZ3.891.6716.95-
YUV24.68180.1134.65-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.22%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 117 (46.09% from 255) = 76.47%
R=22.22%
G=1.31%
B=76.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3421170.710.9800.54256.796.6423.33
Hex2227547620361016117
Octal42216510714206640114127
Binary100010101110101100011111000100110110100000001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220275; }

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

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

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

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

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

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

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

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