#220766

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

Shades of Persian Indigo #220766

Tints of Persian Indigo #220766

Color information

#220766 (or 0x220766) is unknown color: approx Persian Indigo. HEX triplet: 22, 07 and 66. RGB value is (34,7,102). Sum of RGB (Red+Green+Blue) = 34+7+102=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 102 (40.23% from 255 or 71.33% from 143); Max value from RGB is 102 - color contains mainly: blue. Hex color #220766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220766 is #DDF899. Grayscale: #191919. Windows color (decimal): -14547098 or 6686498. OLE color: 6686498.

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

Color convert

RGB347102-
CMYK0.670.9300.6
HSL257.05º87.16%21.37%-
HSV(B)257.05º93.14%40%-
XYZ3.131.4512.69-
YUV25.9170.95133.78-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.78%
GREEN value IS 7 (3.12% from 255) = 4.90%
BLUE value IS 102 (40.23% from 255) = 71.33%
R=23.78%
G=4.90%
B=71.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3471020.670.9300.6257.0587.1621.37
Hex22766435D03C1015715
Octal42714610313507440112725
Binary1000101111100110100001110111010111100100000001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220766; }

 p { color: rgb(34,7,102); }

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

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

 a { background-color: rgb(34,7,102); }

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

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

 span { border-color: rgb(34,7,102); }

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