Shades of Persian Indigo #220168
Tints of Persian Indigo #220168
RGB
CMYK
RGB Variations
Color information
#220168 (or 0x220168) is known color: Persian Indigo. HEX triplet: 22, 01 and 68. RGB value is (34,1,104). Sum of RGB (Red+Green+Blue) = 34+1+104=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 104 (41.02% from 255 or 74.82% from 139); Max value from RGB is 104 - color contains mainly: blue. Hex color #220168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220168 is #DDFE97. Grayscale: #161616. Windows color (decimal): -14548632 or 6816034. OLE color: 6816034.
HSL color Cylindrical-coordinate representation of color #220168: hue angle of 259.22º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #220168 is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 1 | 104 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.59 |
| HSL | 259.22º | 0.98% | 0.21% | - |
| HSV(B) | 259.22º | 0.99% | 0.41% | - |
| XYZ | 3.17 | 1.36 | 13.19 | - |
| YUV | 22.61 | 173.93 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 104 | 0.67 | 0.99 | 0 | 0.59 | 259.22 | 0.98 | 0.21 |
| Hex | 22 | 1 | 68 | 43 | 63 | 0 | 3B | 103 | 62 | 15 |
| Octal | 42 | 1 | 150 | 103 | 143 | 0 | 73 | 403 | 142 | 25 |
| Binary | 100010 | 1 | 1101000 | 1000011 | 1100011 | 0 | 111011 | 100000011 | 1100010 | 10101 |
Color Harmonies of #220168
Complementary color
Monochromatic Colors of #220168
Black with #220168
Text Example
Text Example
White with #220168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220168; }
p { color: rgb(34,1,104); }
H1.HeaderClassName
{
color: #220168;
}
.AnyTagClassName
{
color: #220168;
}
</style>
background-color css
<style>
a { background-color: #220168; }
a { background-color: rgb(34,1,104); }
div.DivClassName
{
background-color: #220168;
}
.BgClassName
{
background-color: #220168;
}
</style>
border-color css
<style>
span { border-color: #220168; }
span { border-color: rgb(34,1,104); }
td.TdClassName
{
border-color: #220168;
}
.TagClassName
{
border-color: #220168;
}
</style>