#220B73

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

Shades of Persian Indigo #220B73

Tints of Persian Indigo #220B73

Color information

#220B73 (or 0x220B73) is unknown color: approx Persian Indigo. HEX triplet: 22, 0B and 73. RGB value is (34,11,115). Sum of RGB (Red+Green+Blue) = 34+11+115=160 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.25% from 160); Green value is 11 (4.69% from 255 or 6.88% from 160); Blue value is 115 (45.31% from 255 or 71.88% from 160); Max value from RGB is 115 - color contains mainly: blue. Hex color #220B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220B73 is #DDF48C. Grayscale: #1D1D1D. Windows color (decimal): -14546061 or 7539490. OLE color: 7539490.

HSL color Cylindrical-coordinate representation of color #220B73: hue angle of 253.27º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #220B73 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3411115-
CMYK0.700.9000.55
HSL253.27º82.54%24.71%-
HSV(B)253.27º90.43%45.1%-
XYZ3.871.8216.37-
YUV29.73176.12131.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.25%
GREEN value IS 11 (4.69% from 255) = 6.88%
BLUE value IS 115 (45.31% from 255) = 71.88%
R=21.25%
G=6.88%
B=71.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34111150.700.9000.55253.2782.5424.71
Hex22B73465A037fd5319
Octal421316310613206737512331
Binary1000101011111001110001101011010011011111111101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220B73; }

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

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

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

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

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

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

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

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