#220676

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

Shades of Persian Indigo #220676

Tints of Persian Indigo #220676

Color information

#220676 (or 0x220676) is unknown color: approx Persian Indigo. HEX triplet: 22, 06 and 76. RGB value is (34,6,118). Sum of RGB (Red+Green+Blue) = 34+6+118=158 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.52% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #220676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220676 is #DDF989. Grayscale: #1A1A1A. Windows color (decimal): -14547338 or 7734818. OLE color: 7734818.

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

Color convert

RGB346118-
CMYK0.710.9500.54
HSL255º90.32%24.31%-
HSV(B)255º94.92%46.27%-
XYZ3.991.7817.27-
YUV27.14179.28132.89-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.52%
GREEN value IS 6 (2.73% from 255) = 3.80%
BLUE value IS 118 (46.48% from 255) = 74.68%
R=21.52%
G=3.80%
B=74.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3461180.710.9500.5425590.3224.31
Hex22676475F036ff5a18
Octal42616610713706637713230
Binary100010110111011010001111011111011011011111111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220676; }

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

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

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

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

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

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

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

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