Shades of Persian Indigo #360B7C
Tints of Persian Indigo #360B7C
RGB
CMYK
RGB Variations
Color information
#360B7C (or 0x360B7C) is known color: Persian Indigo. HEX triplet: 36, 0B and 7C. RGB value is (54,11,124). Sum of RGB (Red+Green+Blue) = 54+11+124=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #360B7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360B7C is #C9F483. Grayscale: #242424. Windows color (decimal): -13235332 or 8129334. OLE color: 8129334.
HSL color Cylindrical-coordinate representation of color #360B7C: hue angle of 262.83º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360B7C is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 11 | 124 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.51 |
| HSL | 262.83º | 0.84% | 0.26% | - |
| HSV(B) | 262.83º | 0.91% | 0.49% | - |
| XYZ | 5.28 | 2.48 | 19.27 | - |
| YUV | 36.74 | 177.25 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 124 | 0.56 | 0.91 | 0 | 0.51 | 262.83 | 0.84 | 0.26 |
| Hex | 36 | B | 7C | 38 | 5B | 0 | 33 | 107 | 54 | 1A |
| Octal | 66 | 13 | 174 | 70 | 133 | 0 | 63 | 407 | 124 | 32 |
| Binary | 110110 | 1011 | 1111100 | 111000 | 1011011 | 0 | 110011 | 100000111 | 1010100 | 11010 |
Color Harmonies of #360B7C
Complementary color
Monochromatic Colors of #360B7C
Black with #360B7C
Text Example
Text Example
White with #360B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B7C; }
p { color: rgb(54,11,124); }
H1.HeaderClassName
{
color: #360B7C;
}
.AnyTagClassName
{
color: #360B7C;
}
</style>
background-color css
<style>
a { background-color: #360B7C; }
a { background-color: rgb(54,11,124); }
div.DivClassName
{
background-color: #360B7C;
}
.BgClassName
{
background-color: #360B7C;
}
</style>
border-color css
<style>
span { border-color: #360B7C; }
span { border-color: rgb(54,11,124); }
td.TdClassName
{
border-color: #360B7C;
}
.TagClassName
{
border-color: #360B7C;
}
</style>