Shades of Persian Indigo #360D6A
Tints of Persian Indigo #360D6A
RGB
CMYK
RGB Variations
Color information
#360D6A (or 0x360D6A) is known color: Persian Indigo. HEX triplet: 36, 0D and 6A. RGB value is (54,13,106). Sum of RGB (Red+Green+Blue) = 54+13+106=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 106 (41.80% from 255 or 61.27% from 173); Max value from RGB is 106 - color contains mainly: blue. Hex color #360D6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360D6A is #C9F295. Grayscale: #232323. Windows color (decimal): -13234838 or 6950198. OLE color: 6950198.
HSL color Cylindrical-coordinate representation of color #360D6A: hue angle of 266.45º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #360D6A is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 13 | 106 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.58 |
| HSL | 266.45º | 0.78% | 0.23% | - |
| HSV(B) | 266.45º | 0.88% | 0.42% | - |
| XYZ | 4.27 | 2.11 | 13.82 | - |
| YUV | 35.86 | 167.58 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 13 | 106 | 0.49 | 0.88 | 0 | 0.58 | 266.45 | 0.78 | 0.23 |
| Hex | 36 | D | 6A | 31 | 58 | 0 | 3A | 10A | 4E | 17 |
| Octal | 66 | 15 | 152 | 61 | 130 | 0 | 72 | 412 | 116 | 27 |
| Binary | 110110 | 1101 | 1101010 | 110001 | 1011000 | 0 | 111010 | 100001010 | 1001110 | 10111 |
Color Harmonies of #360D6A
Complementary color
Monochromatic Colors of #360D6A
Black with #360D6A
Text Example
Text Example
White with #360D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360D6A; }
p { color: rgb(54,13,106); }
H1.HeaderClassName
{
color: #360D6A;
}
.AnyTagClassName
{
color: #360D6A;
}
</style>
background-color css
<style>
a { background-color: #360D6A; }
a { background-color: rgb(54,13,106); }
div.DivClassName
{
background-color: #360D6A;
}
.BgClassName
{
background-color: #360D6A;
}
</style>
border-color css
<style>
span { border-color: #360D6A; }
span { border-color: rgb(54,13,106); }
td.TdClassName
{
border-color: #360D6A;
}
.TagClassName
{
border-color: #360D6A;
}
</style>