Shades of Persian Indigo #360B7D
Tints of Persian Indigo #360B7D
RGB
CMYK
RGB Variations
Color information
#360B7D (or 0x360B7D) is known color: Persian Indigo. HEX triplet: 36, 0B and 7D. RGB value is (54,11,125). Sum of RGB (Red+Green+Blue) = 54+11+125=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #360B7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360B7D is #C9F482. Grayscale: #242424. Windows color (decimal): -13235331 or 8194870. OLE color: 8194870.
HSL color Cylindrical-coordinate representation of color #360B7D: hue angle of 262.63º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360B7D is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 11 | 125 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.51 |
| HSL | 262.63º | 0.84% | 0.27% | - |
| HSV(B) | 262.63º | 0.91% | 0.49% | - |
| XYZ | 5.34 | 2.5 | 19.6 | - |
| YUV | 36.85 | 177.75 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 125 | 0.57 | 0.91 | 0 | 0.51 | 262.63 | 0.84 | 0.27 |
| Hex | 36 | B | 7D | 39 | 5B | 0 | 33 | 107 | 54 | 1B |
| Octal | 66 | 13 | 175 | 71 | 133 | 0 | 63 | 407 | 124 | 33 |
| Binary | 110110 | 1011 | 1111101 | 111001 | 1011011 | 0 | 110011 | 100000111 | 1010100 | 11011 |
Color Harmonies of #360B7D
Complementary color
Monochromatic Colors of #360B7D
Black with #360B7D
Text Example
Text Example
White with #360B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B7D; }
p { color: rgb(54,11,125); }
H1.HeaderClassName
{
color: #360B7D;
}
.AnyTagClassName
{
color: #360B7D;
}
</style>
background-color css
<style>
a { background-color: #360B7D; }
a { background-color: rgb(54,11,125); }
div.DivClassName
{
background-color: #360B7D;
}
.BgClassName
{
background-color: #360B7D;
}
</style>
border-color css
<style>
span { border-color: #360B7D; }
span { border-color: rgb(54,11,125); }
td.TdClassName
{
border-color: #360B7D;
}
.TagClassName
{
border-color: #360B7D;
}
</style>