#220B61

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

Shades of Persian Indigo #220B61

Tints of Persian Indigo #220B61

Color information

#220B61 (or 0x220B61) is unknown color: approx Persian Indigo. HEX triplet: 22, 0B and 61. RGB value is (34,11,97). Sum of RGB (Red+Green+Blue) = 34+11+97=142 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.94% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 97 (38.28% from 255 or 68.31% from 142); Max value from RGB is 97 - color contains mainly: blue. Hex color #220B61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220B61 is #DDF49E. Grayscale: #1B1B1B. Windows color (decimal): -14546079 or 6359842. OLE color: 6359842.

HSL color Cylindrical-coordinate representation of color #220B61: hue angle of 256.05º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #220B61 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB341197-
CMYK0.650.8900.62
HSL256.05º79.63%21.18%-
HSV(B)256.05º88.66%38.04%-
XYZ2.941.4411.43-
YUV27.68167.12132.51-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.94%
GREEN value IS 11 (4.69% from 255) = 7.75%
BLUE value IS 97 (38.28% from 255) = 68.31%
R=23.94%
G=7.75%
B=68.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3411970.650.8900.62256.0579.6321.18
Hex22B61415903E1005015
Octal421314110113107640012025
Binary10001010111100001100000110110010111110100000000101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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