#220166

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

Shades of Persian Indigo #220166

Tints of Persian Indigo #220166

Color information

#220166 (or 0x220166) is unknown color: approx Persian Indigo. HEX triplet: 22, 01 and 66. RGB value is (34,1,102). Sum of RGB (Red+Green+Blue) = 34+1+102=137 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.82% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 102 (40.23% from 255 or 74.45% from 137); Max value from RGB is 102 - color contains mainly: blue. Hex color #220166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220166 is #DDFE99. Grayscale: #161616. Windows color (decimal): -14548634 or 6684962. OLE color: 6684962.

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

Color convert

RGB341102-
CMYK0.670.9900.6
HSL259.6º98.06%20.2%-
HSV(B)259.6º99.02%40%-
XYZ3.071.3212.66-
YUV22.38172.93136.29-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.82%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 102 (40.23% from 255) = 74.45%
R=24.82%
G=0.73%
B=74.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3411020.670.9900.6259.698.0620.2
Hex22166436303C1046214
Octal42114610314307440414224
Binary10001011100110100001111000110111100100000100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220166; }

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

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

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

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

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

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

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

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