Shades of Persian Indigo #360098
Tints of Persian Indigo #360098
RGB
CMYK
RGB Variations
Color information
#360098 (or 0x360098) is known color: Persian Indigo. HEX triplet: 36, 00 and 98. RGB value is (54,0,152). Sum of RGB (Red+Green+Blue) = 54+0+152=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 152 (59.77% from 255 or 73.79% from 206); Max value from RGB is 152 - color contains mainly: blue. Hex color #360098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360098 is #C9FF67. Grayscale: #202020. Windows color (decimal): -13238120 or 9961526. OLE color: 9961526.
HSL color Cylindrical-coordinate representation of color #360098: hue angle of 261.32º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360098 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 0 | 152 | - |
| CMYK | 0.64 | 1 | 0 | 0.40 |
| HSL | 261.32º | 1% | 0.3% | - |
| HSV(B) | 261.32º | 1% | 0.6% | - |
| XYZ | 7.19 | 3.05 | 29.92 | - |
| YUV | 33.47 | 194.89 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 152 | 0.64 | 1 | 0 | 0.40 | 261.32 | 1 | 0.3 |
| Hex | 36 | 0 | 98 | 40 | 64 | 0 | 28 | 105 | 64 | 1E |
| Octal | 66 | 0 | 230 | 100 | 144 | 0 | 50 | 405 | 144 | 36 |
| Binary | 110110 | 0 | 10011000 | 1000000 | 1100100 | 0 | 101000 | 100000101 | 1100100 | 11110 |
Color Harmonies of #360098
Complementary color
Monochromatic Colors of #360098
Black with #360098
Text Example
Text Example
White with #360098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360098; }
p { color: rgb(54,0,152); }
H1.HeaderClassName
{
color: #360098;
}
.AnyTagClassName
{
color: #360098;
}
</style>
background-color css
<style>
a { background-color: #360098; }
a { background-color: rgb(54,0,152); }
div.DivClassName
{
background-color: #360098;
}
.BgClassName
{
background-color: #360098;
}
</style>
border-color css
<style>
span { border-color: #360098; }
span { border-color: rgb(54,0,152); }
td.TdClassName
{
border-color: #360098;
}
.TagClassName
{
border-color: #360098;
}
</style>