Shades of Persian Indigo #220282
Tints of Persian Indigo #220282
RGB
CMYK
RGB Variations
Color information
#220282 (or 0x220282) is known color: Persian Indigo. HEX triplet: 22, 02 and 82. RGB value is (34,2,130). Sum of RGB (Red+Green+Blue) = 34+2+130=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 130 (51.17% from 255 or 78.31% from 166); Max value from RGB is 130 - color contains mainly: blue. Hex color #220282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220282 is #DDFD7D. Grayscale: #191919. Windows color (decimal): -14548350 or 8520226. OLE color: 8520226.
HSL color Cylindrical-coordinate representation of color #220282: hue angle of 255º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #220282 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 2 | 130 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.49 |
| HSL | 255º | 0.97% | 0.26% | - |
| HSV(B) | 255º | 0.98% | 0.51% | - |
| XYZ | 4.71 | 2 | 21.26 | - |
| YUV | 26.16 | 186.6 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 2 | 130 | 0.74 | 0.98 | 0 | 0.49 | 255 | 0.97 | 0.26 |
| Hex | 22 | 2 | 82 | 4A | 62 | 0 | 31 | FF | 61 | 1A |
| Octal | 42 | 2 | 202 | 112 | 142 | 0 | 61 | 377 | 141 | 32 |
| Binary | 100010 | 10 | 10000010 | 1001010 | 1100010 | 0 | 110001 | 11111111 | 1100001 | 11010 |
Color Harmonies of #220282
Complementary color
Monochromatic Colors of #220282
Black with #220282
Text Example
Text Example
White with #220282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220282; }
p { color: rgb(34,2,130); }
H1.HeaderClassName
{
color: #220282;
}
.AnyTagClassName
{
color: #220282;
}
</style>
background-color css
<style>
a { background-color: #220282; }
a { background-color: rgb(34,2,130); }
div.DivClassName
{
background-color: #220282;
}
.BgClassName
{
background-color: #220282;
}
</style>
border-color css
<style>
span { border-color: #220282; }
span { border-color: rgb(34,2,130); }
td.TdClassName
{
border-color: #220282;
}
.TagClassName
{
border-color: #220282;
}
</style>