Shades of Persian Indigo #220260
Tints of Persian Indigo #220260
RGB
CMYK
RGB Variations
Color information
#220260 (or 0x220260) is known color: Persian Indigo. HEX triplet: 22, 02 and 60. RGB value is (34,2,96). Sum of RGB (Red+Green+Blue) = 34+2+96=132 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.76% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #220260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220260 is #DDFD9F. Grayscale: #151515. Windows color (decimal): -14548384 or 6292002. OLE color: 6292002.
HSL color Cylindrical-coordinate representation of color #220260: hue angle of 260.43º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #220260 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 2 | 96 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.62 |
| HSL | 260.43º | 0.96% | 0.19% | - |
| HSV(B) | 260.43º | 0.98% | 0.38% | - |
| XYZ | 2.79 | 1.23 | 11.16 | - |
| YUV | 22.28 | 169.6 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 2 | 96 | 0.65 | 0.98 | 0 | 0.62 | 260.43 | 0.96 | 0.19 |
| Hex | 22 | 2 | 60 | 41 | 62 | 0 | 3E | 104 | 60 | 13 |
| Octal | 42 | 2 | 140 | 101 | 142 | 0 | 76 | 404 | 140 | 23 |
| Binary | 100010 | 10 | 1100000 | 1000001 | 1100010 | 0 | 111110 | 100000100 | 1100000 | 10011 |
Color Harmonies of #220260
Complementary color
Monochromatic Colors of #220260
Black with #220260
Text Example
Text Example
White with #220260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220260; }
p { color: rgb(34,2,96); }
H1.HeaderClassName
{
color: #220260;
}
.AnyTagClassName
{
color: #220260;
}
</style>
background-color css
<style>
a { background-color: #220260; }
a { background-color: rgb(34,2,96); }
div.DivClassName
{
background-color: #220260;
}
.BgClassName
{
background-color: #220260;
}
</style>
border-color css
<style>
span { border-color: #220260; }
span { border-color: rgb(34,2,96); }
td.TdClassName
{
border-color: #220260;
}
.TagClassName
{
border-color: #220260;
}
</style>