#220967

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

Shades of Persian Indigo #220967

Tints of Persian Indigo #220967

Color information

#220967 (or 0x220967) is unknown color: approx Persian Indigo. HEX triplet: 22, 09 and 67. RGB value is (34,9,103). Sum of RGB (Red+Green+Blue) = 34+9+103=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 103 (40.62% from 255 or 70.55% from 146); Max value from RGB is 103 - color contains mainly: blue. Hex color #220967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220967 is #DDF698. Grayscale: #1A1A1A. Windows color (decimal): -14546585 or 6752546. OLE color: 6752546.

HSL color Cylindrical-coordinate representation of color #220967: hue angle of 255.96º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #220967 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB349103-
CMYK0.670.9100.60
HSL255.96º83.93%21.96%-
HSV(B)255.96º91.26%40.39%-
XYZ3.211.5112.96-
YUV27.19170.78132.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.29%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 103 (40.62% from 255) = 70.55%
R=23.29%
G=6.16%
B=70.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3491030.670.9100.60255.9683.9321.96
Hex22967435B03C1005416
Octal421114710313307440012426
Binary10001010011100111100001110110110111100100000000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220967; }

 p { color: rgb(34,9,103); }

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

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

 a { background-color: rgb(34,9,103); }

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

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

 span { border-color: rgb(34,9,103); }

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