Shades of Persian Indigo #36198B
Tints of Persian Indigo #36198B
RGB
CMYK
RGB Variations
Color information
#36198B (or 0x36198B) is known color: Persian Indigo. HEX triplet: 36, 19 and 8B. RGB value is (54,25,139). Sum of RGB (Red+Green+Blue) = 54+25+139=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #36198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36198B is #C9E674. Grayscale: #2E2E2E. Windows color (decimal): -13231733 or 9115958. OLE color: 9115958.
HSL color Cylindrical-coordinate representation of color #36198B: hue angle of 255.26º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #36198B is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 25 | 139 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.45 |
| HSL | 255.26º | 0.7% | 0.32% | - |
| HSV(B) | 255.26º | 0.82% | 0.55% | - |
| XYZ | 6.53 | 3.34 | 24.73 | - |
| YUV | 46.67 | 180.11 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 25 | 139 | 0.61 | 0.82 | 0 | 0.45 | 255.26 | 0.7 | 0.32 |
| Hex | 36 | 19 | 8B | 3D | 52 | 0 | 2D | FF | 46 | 20 |
| Octal | 66 | 31 | 213 | 75 | 122 | 0 | 55 | 377 | 106 | 40 |
| Binary | 110110 | 11001 | 10001011 | 111101 | 1010010 | 0 | 101101 | 11111111 | 1000110 | 100000 |
Color Harmonies of #36198B
Complementary color
Monochromatic Colors of #36198B
Black with #36198B
Text Example
Text Example
White with #36198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36198B; }
p { color: rgb(54,25,139); }
H1.HeaderClassName
{
color: #36198B;
}
.AnyTagClassName
{
color: #36198B;
}
</style>
background-color css
<style>
a { background-color: #36198B; }
a { background-color: rgb(54,25,139); }
div.DivClassName
{
background-color: #36198B;
}
.BgClassName
{
background-color: #36198B;
}
</style>
border-color css
<style>
span { border-color: #36198B; }
span { border-color: rgb(54,25,139); }
td.TdClassName
{
border-color: #36198B;
}
.TagClassName
{
border-color: #36198B;
}
</style>