Shades of Persian Indigo #220B74
Tints of Persian Indigo #220B74
RGB
CMYK
RGB Variations
Color information
#220B74 (or 0x220B74) is known color: Persian Indigo. HEX triplet: 22, 0B and 74. RGB value is (34,11,116). Sum of RGB (Red+Green+Blue) = 34+11+116=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 116 (45.70% from 255 or 72.05% from 161); Max value from RGB is 116 - color contains mainly: blue. Hex color #220B74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220B74 is #DDF48B. Grayscale: #1D1D1D. Windows color (decimal): -14546060 or 7605026. OLE color: 7605026.
HSL color Cylindrical-coordinate representation of color #220B74: hue angle of 253.14º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #220B74 is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 11 | 116 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.55 |
| HSL | 253.14º | 0.83% | 0.25% | - |
| HSV(B) | 253.14º | 0.91% | 0.45% | - |
| XYZ | 3.93 | 1.84 | 16.67 | - |
| YUV | 29.85 | 176.62 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 11 | 116 | 0.71 | 0.91 | 0 | 0.55 | 253.14 | 0.83 | 0.25 |
| Hex | 22 | B | 74 | 47 | 5B | 0 | 37 | FD | 53 | 19 |
| Octal | 42 | 13 | 164 | 107 | 133 | 0 | 67 | 375 | 123 | 31 |
| Binary | 100010 | 1011 | 1110100 | 1000111 | 1011011 | 0 | 110111 | 11111101 | 1010011 | 11001 |
Color Harmonies of #220B74
Complementary color
Monochromatic Colors of #220B74
Black with #220B74
Text Example
Text Example
White with #220B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220B74; }
p { color: rgb(34,11,116); }
H1.HeaderClassName
{
color: #220B74;
}
.AnyTagClassName
{
color: #220B74;
}
</style>
background-color css
<style>
a { background-color: #220B74; }
a { background-color: rgb(34,11,116); }
div.DivClassName
{
background-color: #220B74;
}
.BgClassName
{
background-color: #220B74;
}
</style>
border-color css
<style>
span { border-color: #220B74; }
span { border-color: rgb(34,11,116); }
td.TdClassName
{
border-color: #220B74;
}
.TagClassName
{
border-color: #220B74;
}
</style>