#220769

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

Shades of Persian Indigo #220769

Tints of Persian Indigo #220769

Color information

#220769 (or 0x220769) is unknown color: approx Persian Indigo. HEX triplet: 22, 07 and 69. RGB value is (34,7,105). Sum of RGB (Red+Green+Blue) = 34+7+105=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 105 (41.41% from 255 or 71.92% from 146); Max value from RGB is 105 - color contains mainly: blue. Hex color #220769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220769 is #DDF896. Grayscale: #191919. Windows color (decimal): -14547095 or 6883106. OLE color: 6883106.

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

Color convert

RGB347105-
CMYK0.680.9300.59
HSL256.53º87.5%21.96%-
HSV(B)256.53º93.33%41.18%-
XYZ3.291.5113.48-
YUV26.24172.45133.53-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.29%
GREEN value IS 7 (3.12% from 255) = 4.79%
BLUE value IS 105 (41.41% from 255) = 71.92%
R=23.29%
G=4.79%
B=71.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3471050.680.9300.59256.5387.521.96
Hex22769445D03B1015816
Octal42715110413507340113026
Binary1000101111101001100010010111010111011100000001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220769; }

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

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

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

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

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

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

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

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