#220B6C

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

Shades of Persian Indigo #220B6C

Tints of Persian Indigo #220B6C

Color information

#220B6C (or 0x220B6C) is unknown color: approx Persian Indigo. HEX triplet: 22, 0B and 6C. RGB value is (34,11,108). Sum of RGB (Red+Green+Blue) = 34+11+108=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 108 (42.58% from 255 or 70.59% from 153); Max value from RGB is 108 - color contains mainly: blue. Hex color #220B6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220B6C is #DDF493. Grayscale: #1C1C1C. Windows color (decimal): -14546068 or 7080738. OLE color: 7080738.

HSL color Cylindrical-coordinate representation of color #220B6C: hue angle of 254.23º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #220B6C is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3411108-
CMYK0.690.9000.58
HSL254.23º81.51%23.33%-
HSV(B)254.23º89.81%42.35%-
XYZ3.491.6614.32-
YUV28.94172.62131.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.22%
GREEN value IS 11 (4.69% from 255) = 7.19%
BLUE value IS 108 (42.58% from 255) = 70.59%
R=22.22%
G=7.19%
B=70.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34111080.690.9000.58254.2381.5123.33
Hex22B6C455A03Afe5217
Octal421315410513207237612227
Binary1000101011110110010001011011010011101011111110101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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