Shades of Persian Indigo #220384
Tints of Persian Indigo #220384
RGB
CMYK
RGB Variations
Color information
#220384 (or 0x220384) is known color: Persian Indigo. HEX triplet: 22, 03 and 84. RGB value is (34,3,132). Sum of RGB (Red+Green+Blue) = 34+3+132=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 132 (51.95% from 255 or 78.11% from 169); Max value from RGB is 132 - color contains mainly: blue. Hex color #220384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220384 is #DDFC7B. Grayscale: #1A1A1A. Windows color (decimal): -14548092 or 8651554. OLE color: 8651554.
HSL color Cylindrical-coordinate representation of color #220384: hue angle of 254.42º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #220384 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 3 | 132 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.48 |
| HSL | 254.42º | 0.96% | 0.26% | - |
| HSV(B) | 254.42º | 0.98% | 0.52% | - |
| XYZ | 4.86 | 2.07 | 21.97 | - |
| YUV | 26.98 | 187.27 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 3 | 132 | 0.74 | 0.98 | 0 | 0.48 | 254.42 | 0.96 | 0.26 |
| Hex | 22 | 3 | 84 | 4A | 62 | 0 | 30 | FE | 60 | 1A |
| Octal | 42 | 3 | 204 | 112 | 142 | 0 | 60 | 376 | 140 | 32 |
| Binary | 100010 | 11 | 10000100 | 1001010 | 1100010 | 0 | 110000 | 11111110 | 1100000 | 11010 |
Color Harmonies of #220384
Complementary color
Monochromatic Colors of #220384
Black with #220384
Text Example
Text Example
White with #220384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220384; }
p { color: rgb(34,3,132); }
H1.HeaderClassName
{
color: #220384;
}
.AnyTagClassName
{
color: #220384;
}
</style>
background-color css
<style>
a { background-color: #220384; }
a { background-color: rgb(34,3,132); }
div.DivClassName
{
background-color: #220384;
}
.BgClassName
{
background-color: #220384;
}
</style>
border-color css
<style>
span { border-color: #220384; }
span { border-color: rgb(34,3,132); }
td.TdClassName
{
border-color: #220384;
}
.TagClassName
{
border-color: #220384;
}
</style>