Shades of Persian Indigo #360F6E
Tints of Persian Indigo #360F6E
RGB
CMYK
RGB Variations
Color information
#360F6E (or 0x360F6E) is known color: Persian Indigo. HEX triplet: 36, 0F and 6E. RGB value is (54,15,110). Sum of RGB (Red+Green+Blue) = 54+15+110=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 110 (43.36% from 255 or 61.45% from 179); Max value from RGB is 110 - color contains mainly: blue. Hex color #360F6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360F6E is #C9F091. Grayscale: #252525. Windows color (decimal): -13234322 or 7212854. OLE color: 7212854.
HSL color Cylindrical-coordinate representation of color #360F6E: hue angle of 264.63º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #360F6E is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 15 | 110 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.57 |
| HSL | 264.63º | 0.76% | 0.25% | - |
| HSV(B) | 264.63º | 0.86% | 0.43% | - |
| XYZ | 4.51 | 2.25 | 14.95 | - |
| YUV | 37.49 | 168.92 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 15 | 110 | 0.51 | 0.86 | 0 | 0.57 | 264.63 | 0.76 | 0.25 |
| Hex | 36 | F | 6E | 33 | 56 | 0 | 39 | 109 | 4C | 19 |
| Octal | 66 | 17 | 156 | 63 | 126 | 0 | 71 | 411 | 114 | 31 |
| Binary | 110110 | 1111 | 1101110 | 110011 | 1010110 | 0 | 111001 | 100001001 | 1001100 | 11001 |
Color Harmonies of #360F6E
Complementary color
Monochromatic Colors of #360F6E
Black with #360F6E
Text Example
Text Example
White with #360F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360F6E; }
p { color: rgb(54,15,110); }
H1.HeaderClassName
{
color: #360F6E;
}
.AnyTagClassName
{
color: #360F6E;
}
</style>
background-color css
<style>
a { background-color: #360F6E; }
a { background-color: rgb(54,15,110); }
div.DivClassName
{
background-color: #360F6E;
}
.BgClassName
{
background-color: #360F6E;
}
</style>
border-color css
<style>
span { border-color: #360F6E; }
span { border-color: rgb(54,15,110); }
td.TdClassName
{
border-color: #360F6E;
}
.TagClassName
{
border-color: #360F6E;
}
</style>