Shades of Persian Indigo #360B6C
Tints of Persian Indigo #360B6C
RGB
CMYK
RGB Variations
Color information
#360B6C (or 0x360B6C) is known color: Persian Indigo. HEX triplet: 36, 0B and 6C. RGB value is (54,11,108). Sum of RGB (Red+Green+Blue) = 54+11+108=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #360B6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360B6C is #C9F493. Grayscale: #222222. Windows color (decimal): -13235348 or 7080758. OLE color: 7080758.
HSL color Cylindrical-coordinate representation of color #360B6C: hue angle of 266.6º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #360B6C is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 11 | 108 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.58 |
| HSL | 266.6º | 0.82% | 0.23% | - |
| HSV(B) | 266.6º | 0.9% | 0.42% | - |
| XYZ | 4.35 | 2.11 | 14.36 | - |
| YUV | 34.92 | 169.25 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 108 | 0.50 | 0.90 | 0 | 0.58 | 266.6 | 0.82 | 0.23 |
| Hex | 36 | B | 6C | 32 | 5A | 0 | 3A | 10B | 52 | 17 |
| Octal | 66 | 13 | 154 | 62 | 132 | 0 | 72 | 413 | 122 | 27 |
| Binary | 110110 | 1011 | 1101100 | 110010 | 1011010 | 0 | 111010 | 100001011 | 1010010 | 10111 |
Color Harmonies of #360B6C
Complementary color
Monochromatic Colors of #360B6C
Black with #360B6C
Text Example
Text Example
White with #360B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B6C; }
p { color: rgb(54,11,108); }
H1.HeaderClassName
{
color: #360B6C;
}
.AnyTagClassName
{
color: #360B6C;
}
</style>
background-color css
<style>
a { background-color: #360B6C; }
a { background-color: rgb(54,11,108); }
div.DivClassName
{
background-color: #360B6C;
}
.BgClassName
{
background-color: #360B6C;
}
</style>
border-color css
<style>
span { border-color: #360B6C; }
span { border-color: rgb(54,11,108); }
td.TdClassName
{
border-color: #360B6C;
}
.TagClassName
{
border-color: #360B6C;
}
</style>