#220376

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

Shades of Persian Indigo #220376

Tints of Persian Indigo #220376

Color information

#220376 (or 0x220376) is unknown color: approx Persian Indigo. HEX triplet: 22, 03 and 76. RGB value is (34,3,118). Sum of RGB (Red+Green+Blue) = 34+3+118=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 118 (46.48% from 255 or 76.13% from 155); Max value from RGB is 118 - color contains mainly: blue. Hex color #220376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220376 is #DDFC89. Grayscale: #181818. Windows color (decimal): -14548106 or 7734050. OLE color: 7734050.

HSL color Cylindrical-coordinate representation of color #220376: hue angle of 256.17º degrees, saturation: 0.95, 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 #220376 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB343118-
CMYK0.710.9700.54
HSL256.17º95.04%23.73%-
HSV(B)256.17º97.46%46.27%-
XYZ3.961.7117.26-
YUV25.38180.27134.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.94%
GREEN value IS 3 (1.56% from 255) = 1.94%
BLUE value IS 118 (46.48% from 255) = 76.13%
R=21.94%
G=1.94%
B=76.13%

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
Decimal3431180.710.9700.54256.1795.0423.73
Hex2237647610361005f18
Octal42316610714106640013730
Binary100010111110110100011111000010110110100000000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220376; }

 p { color: rgb(34,3,118); }

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

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

 a { background-color: rgb(34,3,118); }

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

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

 span { border-color: rgb(34,3,118); }

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