Shades of Persian Indigo #220863
Tints of Persian Indigo #220863
RGB
CMYK
RGB Variations
Color information
#220863 (or 0x220863) is known color: Persian Indigo. HEX triplet: 22, 08 and 63. RGB value is (34,8,99). Sum of RGB (Red+Green+Blue) = 34+8+99=141 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.11% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 99 (39.06% from 255 or 70.21% from 141); Max value from RGB is 99 - color contains mainly: blue. Hex color #220863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220863 is #DDF79C. Grayscale: #191919. Windows color (decimal): -14546845 or 6490146. OLE color: 6490146.
HSL color Cylindrical-coordinate representation of color #220863: hue angle of 257.14º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220863 is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 8 | 99 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.61 |
| HSL | 257.14º | 0.85% | 0.21% | - |
| HSV(B) | 257.14º | 0.92% | 0.39% | - |
| XYZ | 3 | 1.41 | 11.92 | - |
| YUV | 26.15 | 169.11 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 8 | 99 | 0.66 | 0.92 | 0 | 0.61 | 257.14 | 0.85 | 0.21 |
| Hex | 22 | 8 | 63 | 42 | 5C | 0 | 3D | 101 | 55 | 15 |
| Octal | 42 | 10 | 143 | 102 | 134 | 0 | 75 | 401 | 125 | 25 |
| Binary | 100010 | 1000 | 1100011 | 1000010 | 1011100 | 0 | 111101 | 100000001 | 1010101 | 10101 |
Color Harmonies of #220863
Complementary color
Monochromatic Colors of #220863
Black with #220863
Text Example
Text Example
White with #220863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220863; }
p { color: rgb(34,8,99); }
H1.HeaderClassName
{
color: #220863;
}
.AnyTagClassName
{
color: #220863;
}
</style>
background-color css
<style>
a { background-color: #220863; }
a { background-color: rgb(34,8,99); }
div.DivClassName
{
background-color: #220863;
}
.BgClassName
{
background-color: #220863;
}
</style>
border-color css
<style>
span { border-color: #220863; }
span { border-color: rgb(34,8,99); }
td.TdClassName
{
border-color: #220863;
}
.TagClassName
{
border-color: #220863;
}
</style>