Shades of Persian Indigo #360C6B
Tints of Persian Indigo #360C6B
RGB
CMYK
RGB Variations
Color information
#360C6B (or 0x360C6B) is known color: Persian Indigo. HEX triplet: 36, 0C and 6B. RGB value is (54,12,107). Sum of RGB (Red+Green+Blue) = 54+12+107=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 107 (42.19% from 255 or 61.85% from 173); Max value from RGB is 107 - color contains mainly: blue. Hex color #360C6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360C6B is #C9F394. Grayscale: #232323. Windows color (decimal): -13235093 or 7015478. OLE color: 7015478.
HSL color Cylindrical-coordinate representation of color #360C6B: hue angle of 266.53º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360C6B is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 12 | 107 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.58 |
| HSL | 266.53º | 0.8% | 0.23% | - |
| HSV(B) | 266.53º | 0.89% | 0.42% | - |
| XYZ | 4.31 | 2.11 | 14.09 | - |
| YUV | 35.39 | 168.41 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 107 | 0.50 | 0.89 | 0 | 0.58 | 266.53 | 0.8 | 0.23 |
| Hex | 36 | C | 6B | 32 | 59 | 0 | 3A | 10B | 50 | 17 |
| Octal | 66 | 14 | 153 | 62 | 131 | 0 | 72 | 413 | 120 | 27 |
| Binary | 110110 | 1100 | 1101011 | 110010 | 1011001 | 0 | 111010 | 100001011 | 1010000 | 10111 |
Color Harmonies of #360C6B
Complementary color
Monochromatic Colors of #360C6B
Black with #360C6B
Text Example
Text Example
White with #360C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C6B; }
p { color: rgb(54,12,107); }
H1.HeaderClassName
{
color: #360C6B;
}
.AnyTagClassName
{
color: #360C6B;
}
</style>
background-color css
<style>
a { background-color: #360C6B; }
a { background-color: rgb(54,12,107); }
div.DivClassName
{
background-color: #360C6B;
}
.BgClassName
{
background-color: #360C6B;
}
</style>
border-color css
<style>
span { border-color: #360C6B; }
span { border-color: rgb(54,12,107); }
td.TdClassName
{
border-color: #360C6B;
}
.TagClassName
{
border-color: #360C6B;
}
</style>