#220B72

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

Shades of Persian Indigo #220B72

Tints of Persian Indigo #220B72

Color information

#220B72 (or 0x220B72) is unknown color: approx Persian Indigo. HEX triplet: 22, 0B and 72. RGB value is (34,11,114). Sum of RGB (Red+Green+Blue) = 34+11+114=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 114 (44.92% from 255 or 71.70% from 159); Max value from RGB is 114 - color contains mainly: blue. Hex color #220B72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220B72 is #DDF48D. Grayscale: #1D1D1D. Windows color (decimal): -14546062 or 7473954. OLE color: 7473954.

HSL color Cylindrical-coordinate representation of color #220B72: hue angle of 253.4º degrees, saturation: 0.82, 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 #220B72 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3411114-
CMYK0.700.9000.55
HSL253.4º82.4%24.51%-
HSV(B)253.4º90.35%44.71%-
XYZ3.821.7916.06-
YUV29.62175.62131.12-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.38%
GREEN value IS 11 (4.69% from 255) = 6.92%
BLUE value IS 114 (44.92% from 255) = 71.70%
R=21.38%
G=6.92%
B=71.70%

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
Decimal34111140.700.9000.55253.482.424.51
Hex22B72465A037fd5219
Octal421316210613206737512231
Binary1000101011111001010001101011010011011111111101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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