Shades of Persian Indigo #36238B
Tints of Persian Indigo #36238B
RGB
CMYK
RGB Variations
Color information
#36238B (or 0x36238B) is known color: Persian Indigo. HEX triplet: 36, 23 and 8B. RGB value is (54,35,139). Sum of RGB (Red+Green+Blue) = 54+35+139=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #36238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36238B is #C9DC74. Grayscale: #343434. Windows color (decimal): -13229173 or 9118518. OLE color: 9118518.
HSL color Cylindrical-coordinate representation of color #36238B: hue angle of 250.96º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36238B is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 35 | 139 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.45 |
| HSL | 250.96º | 0.6% | 0.34% | - |
| HSV(B) | 250.96º | 0.75% | 0.55% | - |
| XYZ | 6.78 | 3.85 | 24.81 | - |
| YUV | 52.54 | 176.79 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 139 | 0.61 | 0.75 | 0 | 0.45 | 250.96 | 0.6 | 0.34 |
| Hex | 36 | 23 | 8B | 3D | 4B | 0 | 2D | FB | 3C | 22 |
| Octal | 66 | 43 | 213 | 75 | 113 | 0 | 55 | 373 | 74 | 42 |
| Binary | 110110 | 100011 | 10001011 | 111101 | 1001011 | 0 | 101101 | 11111011 | 111100 | 100010 |
Color Harmonies of #36238B
Complementary color
Monochromatic Colors of #36238B
Black with #36238B
Text Example
Text Example
White with #36238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36238B; }
p { color: rgb(54,35,139); }
H1.HeaderClassName
{
color: #36238B;
}
.AnyTagClassName
{
color: #36238B;
}
</style>
background-color css
<style>
a { background-color: #36238B; }
a { background-color: rgb(54,35,139); }
div.DivClassName
{
background-color: #36238B;
}
.BgClassName
{
background-color: #36238B;
}
</style>
border-color css
<style>
span { border-color: #36238B; }
span { border-color: rgb(54,35,139); }
td.TdClassName
{
border-color: #36238B;
}
.TagClassName
{
border-color: #36238B;
}
</style>