#220073

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

Shades of Persian Indigo #220073

Tints of Persian Indigo #220073

Color information

#220073 (or 0x220073) is unknown color: approx Persian Indigo. HEX triplet: 22, 00 and 73. RGB value is (34,0,115). Sum of RGB (Red+Green+Blue) = 34+0+115=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 115 (45.31% from 255 or 77.18% from 149); Max value from RGB is 115 - color contains mainly: blue. Hex color #220073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220073 is #DDFF8C. Grayscale: #161616. Windows color (decimal): -14548877 or 7536674. OLE color: 7536674.

HSL color Cylindrical-coordinate representation of color #220073: hue angle of 257.74º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220073 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB340115-
CMYK0.70100.55
HSL257.74º100%22.55%-
HSV(B)257.74º100%45.1%-
XYZ3.751.5816.33-
YUV23.28179.76135.65-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 77.18%
R=22.82%
G=0%
B=77.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3401150.70100.55257.7410022.55
Hex2207346640371026417
Octal42016310614406740214427
Binary10001001110011100011011001000110111100000010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220073; }

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

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

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

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

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

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

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

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