Shades of Persian Indigo #220A68
Tints of Persian Indigo #220A68
RGB
CMYK
RGB Variations
Color information
#220A68 (or 0x220A68) is known color: Persian Indigo. HEX triplet: 22, 0A and 68. RGB value is (34,10,104). Sum of RGB (Red+Green+Blue) = 34+10+104=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 104 (41.02% from 255 or 70.27% from 148); Max value from RGB is 104 - color contains mainly: blue. Hex color #220A68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220A68 is #DDF597. Grayscale: #1B1B1B. Windows color (decimal): -14546328 or 6818338. OLE color: 6818338.
HSL color Cylindrical-coordinate representation of color #220A68: hue angle of 255.32º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #220A68 is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 10 | 104 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.59 |
| HSL | 255.32º | 0.82% | 0.22% | - |
| HSV(B) | 255.32º | 0.9% | 0.41% | - |
| XYZ | 3.27 | 1.56 | 13.22 | - |
| YUV | 27.89 | 170.95 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 10 | 104 | 0.67 | 0.90 | 0 | 0.59 | 255.32 | 0.82 | 0.22 |
| Hex | 22 | A | 68 | 43 | 5A | 0 | 3B | FF | 52 | 16 |
| Octal | 42 | 12 | 150 | 103 | 132 | 0 | 73 | 377 | 122 | 26 |
| Binary | 100010 | 1010 | 1101000 | 1000011 | 1011010 | 0 | 111011 | 11111111 | 1010010 | 10110 |
Color Harmonies of #220A68
Complementary color
Monochromatic Colors of #220A68
Black with #220A68
Text Example
Text Example
White with #220A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220A68; }
p { color: rgb(34,10,104); }
H1.HeaderClassName
{
color: #220A68;
}
.AnyTagClassName
{
color: #220A68;
}
</style>
background-color css
<style>
a { background-color: #220A68; }
a { background-color: rgb(34,10,104); }
div.DivClassName
{
background-color: #220A68;
}
.BgClassName
{
background-color: #220A68;
}
</style>
border-color css
<style>
span { border-color: #220A68; }
span { border-color: rgb(34,10,104); }
td.TdClassName
{
border-color: #220A68;
}
.TagClassName
{
border-color: #220A68;
}
</style>