#220468

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

Shades of Persian Indigo #220468

Tints of Persian Indigo #220468

Color information

#220468 (or 0x220468) is unknown color: approx Persian Indigo. HEX triplet: 22, 04 and 68. RGB value is (34,4,104). Sum of RGB (Red+Green+Blue) = 34+4+104=142 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.94% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #220468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220468 is #DDFB97. Grayscale: #181818. Windows color (decimal): -14547864 or 6816802. OLE color: 6816802.

HSL color Cylindrical-coordinate representation of color #220468: hue angle of 258º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220468 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB344104-
CMYK0.670.9600.59
HSL258º92.59%21.18%-
HSV(B)258º96.15%40.78%-
XYZ3.21.4313.2-
YUV24.37172.94134.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.94%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 104 (41.02% from 255) = 73.24%
R=23.94%
G=2.82%
B=73.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3441040.670.9600.5925892.5921.18
Hex22468436003B1025d15
Octal42415010314007340213525
Binary1000101001101000100001111000000111011100000010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220468; }

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

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

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

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

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

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

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

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