Shades of Persian Indigo #360B7F
Tints of Persian Indigo #360B7F
RGB
CMYK
RGB Variations
Color information
#360B7F (or 0x360B7F) is known color: Persian Indigo. HEX triplet: 36, 0B and 7F. RGB value is (54,11,127). Sum of RGB (Red+Green+Blue) = 54+11+127=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 127 (50% from 255 or 66.15% from 192); Max value from RGB is 127 - color contains mainly: blue. Hex color #360B7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360B7F is #C9F480. Grayscale: #242424. Windows color (decimal): -13235329 or 8325942. OLE color: 8325942.
HSL color Cylindrical-coordinate representation of color #360B7F: hue angle of 262.24º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360B7F is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 11 | 127 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.50 |
| HSL | 262.24º | 0.84% | 0.27% | - |
| HSV(B) | 262.24º | 0.91% | 0.5% | - |
| XYZ | 5.47 | 2.56 | 20.28 | - |
| YUV | 37.08 | 178.75 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 127 | 0.57 | 0.91 | 0 | 0.50 | 262.24 | 0.84 | 0.27 |
| Hex | 36 | B | 7F | 39 | 5B | 0 | 32 | 106 | 54 | 1B |
| Octal | 66 | 13 | 177 | 71 | 133 | 0 | 62 | 406 | 124 | 33 |
| Binary | 110110 | 1011 | 1111111 | 111001 | 1011011 | 0 | 110010 | 100000110 | 1010100 | 11011 |
Color Harmonies of #360B7F
Complementary color
Monochromatic Colors of #360B7F
Black with #360B7F
Text Example
Text Example
White with #360B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B7F; }
p { color: rgb(54,11,127); }
H1.HeaderClassName
{
color: #360B7F;
}
.AnyTagClassName
{
color: #360B7F;
}
</style>
background-color css
<style>
a { background-color: #360B7F; }
a { background-color: rgb(54,11,127); }
div.DivClassName
{
background-color: #360B7F;
}
.BgClassName
{
background-color: #360B7F;
}
</style>
border-color css
<style>
span { border-color: #360B7F; }
span { border-color: rgb(54,11,127); }
td.TdClassName
{
border-color: #360B7F;
}
.TagClassName
{
border-color: #360B7F;
}
</style>