Shades of Persian Indigo #361882
Tints of Persian Indigo #361882
RGB
CMYK
RGB Variations
Color information
#361882 (or 0x361882) is known color: Persian Indigo. HEX triplet: 36, 18 and 82. RGB value is (54,24,130). Sum of RGB (Red+Green+Blue) = 54+24+130=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 130 (51.17% from 255 or 62.5% from 208); Max value from RGB is 130 - color contains mainly: blue. Hex color #361882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361882 is #C9E77D. Grayscale: #2C2C2C. Windows color (decimal): -13231998 or 8525878. OLE color: 8525878.
HSL color Cylindrical-coordinate representation of color #361882: hue angle of 256.98º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #361882 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 54 | 24 | 130 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.49 |
| HSL | 256.98º | 0.69% | 0.3% | - |
| HSV(B) | 256.98º | 0.82% | 0.51% | - |
| XYZ | 5.88 | 3.05 | 21.4 | - |
| YUV | 45.05 | 175.94 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 24 | 130 | 0.58 | 0.82 | 0 | 0.49 | 256.98 | 0.69 | 0.3 |
| Hex | 36 | 18 | 82 | 3A | 52 | 0 | 31 | 101 | 45 | 1E |
| Octal | 66 | 30 | 202 | 72 | 122 | 0 | 61 | 401 | 105 | 36 |
| Binary | 110110 | 11000 | 10000010 | 111010 | 1010010 | 0 | 110001 | 100000001 | 1000101 | 11110 |
Color Harmonies of #361882
Complementary color
Monochromatic Colors of #361882
Black with #361882
Text Example
Text Example
White with #361882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361882; }
p { color: rgb(54,24,130); }
H1.HeaderClassName
{
color: #361882;
}
.AnyTagClassName
{
color: #361882;
}
</style>
background-color css
<style>
a { background-color: #361882; }
a { background-color: rgb(54,24,130); }
div.DivClassName
{
background-color: #361882;
}
.BgClassName
{
background-color: #361882;
}
</style>
border-color css
<style>
span { border-color: #361882; }
span { border-color: rgb(54,24,130); }
td.TdClassName
{
border-color: #361882;
}
.TagClassName
{
border-color: #361882;
}
</style>