#220663

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

Shades of Persian Indigo #220663

Tints of Persian Indigo #220663

Color information

#220663 (or 0x220663) is unknown color: approx Persian Indigo. HEX triplet: 22, 06 and 63. RGB value is (34,6,99). Sum of RGB (Red+Green+Blue) = 34+6+99=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 99 (39.06% from 255 or 71.22% from 139); Max value from RGB is 99 - color contains mainly: blue. Hex color #220663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220663 is #DDF99C. Grayscale: #181818. Windows color (decimal): -14547357 or 6489634. OLE color: 6489634.

HSL color Cylindrical-coordinate representation of color #220663: hue angle of 258.06º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220663 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB34699-
CMYK0.660.9400.61
HSL258.06º88.57%20.59%-
HSV(B)258.06º93.94%38.82%-
XYZ2.981.3711.91-
YUV24.97169.78134.44-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 24.46%
GREEN value IS 6 (2.73% from 255) = 4.32%
BLUE value IS 99 (39.06% from 255) = 71.22%
R=24.46%
G=4.32%
B=71.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal346990.660.9400.61258.0688.5720.59
Hex22663425E03D1025915
Octal42614310213607540213125
Binary1000101101100011100001010111100111101100000010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220663; }

 p { color: rgb(34,6,99); }

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

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

 a { background-color: rgb(34,6,99); }

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

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

 span { border-color: rgb(34,6,99); }

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