Shades of Persian Indigo #36018B
Tints of Persian Indigo #36018B
RGB
CMYK
RGB Variations
Color information
#36018B (or 0x36018B) is known color: Persian Indigo. HEX triplet: 36, 01 and 8B. RGB value is (54,1,139). Sum of RGB (Red+Green+Blue) = 54+1+139=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 139 (54.69% from 255 or 71.65% from 194); Max value from RGB is 139 - color contains mainly: blue. Hex color #36018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36018B is #C9FE74. Grayscale: #202020. Windows color (decimal): -13237877 or 9109814. OLE color: 9109814.
HSL color Cylindrical-coordinate representation of color #36018B: hue angle of 263.04º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #36018B is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 1 | 139 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.45 |
| HSL | 263.04º | 0.99% | 0.27% | - |
| HSV(B) | 263.04º | 0.99% | 0.55% | - |
| XYZ | 6.19 | 2.67 | 24.62 | - |
| YUV | 32.58 | 188.06 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 1 | 139 | 0.61 | 0.99 | 0 | 0.45 | 263.04 | 0.99 | 0.27 |
| Hex | 36 | 1 | 8B | 3D | 63 | 0 | 2D | 107 | 63 | 1B |
| Octal | 66 | 1 | 213 | 75 | 143 | 0 | 55 | 407 | 143 | 33 |
| Binary | 110110 | 1 | 10001011 | 111101 | 1100011 | 0 | 101101 | 100000111 | 1100011 | 11011 |
Color Harmonies of #36018B
Complementary color
Monochromatic Colors of #36018B
Black with #36018B
Text Example
Text Example
White with #36018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36018B; }
p { color: rgb(54,1,139); }
H1.HeaderClassName
{
color: #36018B;
}
.AnyTagClassName
{
color: #36018B;
}
</style>
background-color css
<style>
a { background-color: #36018B; }
a { background-color: rgb(54,1,139); }
div.DivClassName
{
background-color: #36018B;
}
.BgClassName
{
background-color: #36018B;
}
</style>
border-color css
<style>
span { border-color: #36018B; }
span { border-color: rgb(54,1,139); }
td.TdClassName
{
border-color: #36018B;
}
.TagClassName
{
border-color: #36018B;
}
</style>