Shades of Persian Indigo #36108B
Tints of Persian Indigo #36108B
RGB
CMYK
RGB Variations
Color information
#36108B (or 0x36108B) is known color: Persian Indigo. HEX triplet: 36, 10 and 8B. RGB value is (54,16,139). Sum of RGB (Red+Green+Blue) = 54+16+139=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #36108B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36108B is #C9EF74. Grayscale: #282828. Windows color (decimal): -13234037 or 9113654. OLE color: 9113654.
HSL color Cylindrical-coordinate representation of color #36108B: hue angle of 258.54º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #36108B is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 16 | 139 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.45 |
| HSL | 258.54º | 0.79% | 0.3% | - |
| HSV(B) | 258.54º | 0.88% | 0.55% | - |
| XYZ | 6.37 | 3.02 | 24.67 | - |
| YUV | 41.38 | 183.09 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 16 | 139 | 0.61 | 0.88 | 0 | 0.45 | 258.54 | 0.79 | 0.3 |
| Hex | 36 | 10 | 8B | 3D | 58 | 0 | 2D | 103 | 4F | 1E |
| Octal | 66 | 20 | 213 | 75 | 130 | 0 | 55 | 403 | 117 | 36 |
| Binary | 110110 | 10000 | 10001011 | 111101 | 1011000 | 0 | 101101 | 100000011 | 1001111 | 11110 |
Color Harmonies of #36108B
Complementary color
Monochromatic Colors of #36108B
Black with #36108B
Text Example
Text Example
White with #36108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36108B; }
p { color: rgb(54,16,139); }
H1.HeaderClassName
{
color: #36108B;
}
.AnyTagClassName
{
color: #36108B;
}
</style>
background-color css
<style>
a { background-color: #36108B; }
a { background-color: rgb(54,16,139); }
div.DivClassName
{
background-color: #36108B;
}
.BgClassName
{
background-color: #36108B;
}
</style>
border-color css
<style>
span { border-color: #36108B; }
span { border-color: rgb(54,16,139); }
td.TdClassName
{
border-color: #36108B;
}
.TagClassName
{
border-color: #36108B;
}
</style>