Shades of Persian Indigo #220263
Tints of Persian Indigo #220263
RGB
CMYK
RGB Variations
Color information
#220263 (or 0x220263) is known color: Persian Indigo. HEX triplet: 22, 02 and 63. RGB value is (34,2,99). Sum of RGB (Red+Green+Blue) = 34+2+99=135 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.19% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 99 (39.06% from 255 or 73.33% from 135); Max value from RGB is 99 - color contains mainly: blue. Hex color #220263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220263 is #DDFD9C. Grayscale: #161616. Windows color (decimal): -14548381 or 6488610. OLE color: 6488610.
HSL color Cylindrical-coordinate representation of color #220263: hue angle of 259.79º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #220263 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 2 | 99 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.61 |
| HSL | 259.79º | 0.96% | 0.2% | - |
| HSV(B) | 259.79º | 0.98% | 0.39% | - |
| XYZ | 2.93 | 1.28 | 11.9 | - |
| YUV | 22.63 | 171.1 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 2 | 99 | 0.66 | 0.98 | 0 | 0.61 | 259.79 | 0.96 | 0.2 |
| Hex | 22 | 2 | 63 | 42 | 62 | 0 | 3D | 104 | 60 | 14 |
| Octal | 42 | 2 | 143 | 102 | 142 | 0 | 75 | 404 | 140 | 24 |
| Binary | 100010 | 10 | 1100011 | 1000010 | 1100010 | 0 | 111101 | 100000100 | 1100000 | 10100 |
Color Harmonies of #220263
Complementary color
Monochromatic Colors of #220263
Black with #220263
Text Example
Text Example
White with #220263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220263; }
p { color: rgb(34,2,99); }
H1.HeaderClassName
{
color: #220263;
}
.AnyTagClassName
{
color: #220263;
}
</style>
background-color css
<style>
a { background-color: #220263; }
a { background-color: rgb(34,2,99); }
div.DivClassName
{
background-color: #220263;
}
.BgClassName
{
background-color: #220263;
}
</style>
border-color css
<style>
span { border-color: #220263; }
span { border-color: rgb(34,2,99); }
td.TdClassName
{
border-color: #220263;
}
.TagClassName
{
border-color: #220263;
}
</style>