#220066

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

Shades of Persian Indigo #220066

Tints of Persian Indigo #220066

Color information

#220066 (or 0x220066) is unknown color: approx Persian Indigo. HEX triplet: 22, 00 and 66. RGB value is (34,0,102). Sum of RGB (Red+Green+Blue) = 34+0+102=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 102 (40.23% from 255 or 75% from 136); Max value from RGB is 102 - color contains mainly: blue. Hex color #220066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220066 is #DDFF99. Grayscale: #151515. Windows color (decimal): -14548890 or 6684706. OLE color: 6684706.

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

Color convert

RGB340102-
CMYK0.67100.6
HSL260º100%20%-
HSV(B)260º100%40%-
XYZ3.061.312.66-
YUV21.79173.26136.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 75%
R=25%
G=0%
B=75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3401020.67100.626010020
Hex22066436403C1046414
Octal42014610314407440414424
Binary10001001100110100001111001000111100100000100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220066; }

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

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

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

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

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

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

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

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