Shades of Persian Indigo #220C7D
Tints of Persian Indigo #220C7D
RGB
CMYK
RGB Variations
Color information
#220C7D (or 0x220C7D) is known color: Persian Indigo. HEX triplet: 22, 0C and 7D. RGB value is (34,12,125). Sum of RGB (Red+Green+Blue) = 34+12+125=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 125 (49.22% from 255 or 73.10% from 171); Max value from RGB is 125 - color contains mainly: blue. Hex color #220C7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220C7D is #DDF382. Grayscale: #1F1F1F. Windows color (decimal): -14545795 or 8195106. OLE color: 8195106.
HSL color Cylindrical-coordinate representation of color #220C7D: hue angle of 251.68º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #220C7D is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 12 | 125 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.51 |
| HSL | 251.68º | 0.82% | 0.27% | - |
| HSV(B) | 251.68º | 0.9% | 0.49% | - |
| XYZ | 4.49 | 2.08 | 19.57 | - |
| YUV | 31.46 | 180.79 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 12 | 125 | 0.73 | 0.90 | 0 | 0.51 | 251.68 | 0.82 | 0.27 |
| Hex | 22 | C | 7D | 49 | 5A | 0 | 33 | FC | 52 | 1B |
| Octal | 42 | 14 | 175 | 111 | 132 | 0 | 63 | 374 | 122 | 33 |
| Binary | 100010 | 1100 | 1111101 | 1001001 | 1011010 | 0 | 110011 | 11111100 | 1010010 | 11011 |
Color Harmonies of #220C7D
Complementary color
Monochromatic Colors of #220C7D
Black with #220C7D
Text Example
Text Example
White with #220C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220C7D; }
p { color: rgb(34,12,125); }
H1.HeaderClassName
{
color: #220C7D;
}
.AnyTagClassName
{
color: #220C7D;
}
</style>
background-color css
<style>
a { background-color: #220C7D; }
a { background-color: rgb(34,12,125); }
div.DivClassName
{
background-color: #220C7D;
}
.BgClassName
{
background-color: #220C7D;
}
</style>
border-color css
<style>
span { border-color: #220C7D; }
span { border-color: rgb(34,12,125); }
td.TdClassName
{
border-color: #220C7D;
}
.TagClassName
{
border-color: #220C7D;
}
</style>