#220263

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

Shades of Persian Indigo #220263

Tints of Persian Indigo #220263

Color information

#220263 (or 0x220263) is unknown color: approx Persian Indigo. HEX triplet: 22, 02 and 63. RGB value is (34,2,99). Sum of RGB (Red+Green+Blue) = 34+2+99=135 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.19% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 99 (39.06% from 255 or 73.33% from 135); Max value from RGB is 99 - color contains mainly: blue. Hex color #220263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220263 is #DDFD9C. Grayscale: #161616. Windows color (decimal): -14548381 or 6488610. OLE color: 6488610.

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

Color convert

RGB34299-
CMYK0.660.9800.61
HSL259.79º96.04%19.8%-
HSV(B)259.79º97.98%38.82%-
XYZ2.931.2811.9-
YUV22.63171.1136.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.19%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 99 (39.06% from 255) = 73.33%
R=25.19%
G=1.48%
B=73.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal342990.660.9800.61259.7996.0419.8
Hex22263426203D1046014
Octal42214310214207540414024
Binary100010101100011100001011000100111101100000100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220263; }

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

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

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

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

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

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

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

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