#220B7F

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

Shades of Persian Indigo #220B7F

Tints of Persian Indigo #220B7F

Color information

#220B7F (or 0x220B7F) is unknown color: approx Persian Indigo. HEX triplet: 22, 0B and 7F. RGB value is (34,11,127). Sum of RGB (Red+Green+Blue) = 34+11+127=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 127 (50% from 255 or 73.84% from 172); Max value from RGB is 127 - color contains mainly: blue. Hex color #220B7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220B7F is #DDF480. Grayscale: #1E1E1E. Windows color (decimal): -14546049 or 8325922. OLE color: 8325922.

HSL color Cylindrical-coordinate representation of color #220B7F: hue angle of 251.9º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #220B7F is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3411127-
CMYK0.730.9100.50
HSL251.9º84.06%27.06%-
HSV(B)251.9º91.34%49.8%-
XYZ4.612.1120.24-
YUV31.1182.12130.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.77%
GREEN value IS 11 (4.69% from 255) = 6.40%
BLUE value IS 127 (50% from 255) = 73.84%
R=19.77%
G=6.40%
B=73.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal34111270.730.9100.50251.984.0627.06
Hex22B7F495B032fc541b
Octal421317711113306237412433
Binary1000101011111111110010011011011011001011111100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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