Shades of Persian Indigo #220783
Tints of Persian Indigo #220783
RGB
CMYK
RGB Variations
Color information
#220783 (or 0x220783) is known color: Persian Indigo. HEX triplet: 22, 07 and 83. RGB value is (34,7,131). Sum of RGB (Red+Green+Blue) = 34+7+131=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 131 (51.56% from 255 or 76.16% from 172); Max value from RGB is 131 - color contains mainly: blue. Hex color #220783 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220783 is #DDF87C. Grayscale: #1C1C1C. Windows color (decimal): -14547069 or 8587042. OLE color: 8587042.
HSL color Cylindrical-coordinate representation of color #220783: hue angle of 253.06º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220783 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 7 | 131 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.49 |
| HSL | 253.06º | 0.9% | 0.27% | - |
| HSV(B) | 253.06º | 0.95% | 0.51% | - |
| XYZ | 4.83 | 2.13 | 21.63 | - |
| YUV | 29.21 | 185.45 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 7 | 131 | 0.74 | 0.95 | 0 | 0.49 | 253.06 | 0.9 | 0.27 |
| Hex | 22 | 7 | 83 | 4A | 5F | 0 | 31 | FD | 5A | 1B |
| Octal | 42 | 7 | 203 | 112 | 137 | 0 | 61 | 375 | 132 | 33 |
| Binary | 100010 | 111 | 10000011 | 1001010 | 1011111 | 0 | 110001 | 11111101 | 1011010 | 11011 |
Color Harmonies of #220783
Complementary color
Monochromatic Colors of #220783
Black with #220783
Text Example
Text Example
White with #220783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220783; }
p { color: rgb(34,7,131); }
H1.HeaderClassName
{
color: #220783;
}
.AnyTagClassName
{
color: #220783;
}
</style>
background-color css
<style>
a { background-color: #220783; }
a { background-color: rgb(34,7,131); }
div.DivClassName
{
background-color: #220783;
}
.BgClassName
{
background-color: #220783;
}
</style>
border-color css
<style>
span { border-color: #220783; }
span { border-color: rgb(34,7,131); }
td.TdClassName
{
border-color: #220783;
}
.TagClassName
{
border-color: #220783;
}
</style>