Shades of Persian Indigo #360063
Tints of Persian Indigo #360063
RGB
CMYK
RGB Variations
Color information
#360063 (or 0x360063) is known color: Persian Indigo. HEX triplet: 36, 00 and 63. RGB value is (54,0,99). Sum of RGB (Red+Green+Blue) = 54+0+99=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #360063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360063 is #C9FF9C. Grayscale: #1B1B1B. Windows color (decimal): -13238173 or 6488118. OLE color: 6488118.
HSL color Cylindrical-coordinate representation of color #360063: hue angle of 272.73º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360063 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 0 | 99 | - |
| CMYK | 0.45 | 1 | 0 | 0.61 |
| HSL | 272.73º | 1% | 0.19% | - |
| HSV(B) | 272.73º | 1% | 0.39% | - |
| XYZ | 3.77 | 1.69 | 11.93 | - |
| YUV | 27.43 | 168.39 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 0 | 99 | 0.45 | 1 | 0 | 0.61 | 272.73 | 1 | 0.19 |
| Hex | 36 | 0 | 63 | 2D | 64 | 0 | 3D | 111 | 64 | 13 |
| Octal | 66 | 0 | 143 | 55 | 144 | 0 | 75 | 421 | 144 | 23 |
| Binary | 110110 | 0 | 1100011 | 101101 | 1100100 | 0 | 111101 | 100010001 | 1100100 | 10011 |
Color Harmonies of #360063
Complementary color
Monochromatic Colors of #360063
Black with #360063
Text Example
Text Example
White with #360063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360063; }
p { color: rgb(54,0,99); }
H1.HeaderClassName
{
color: #360063;
}
.AnyTagClassName
{
color: #360063;
}
</style>
background-color css
<style>
a { background-color: #360063; }
a { background-color: rgb(54,0,99); }
div.DivClassName
{
background-color: #360063;
}
.BgClassName
{
background-color: #360063;
}
</style>
border-color css
<style>
span { border-color: #360063; }
span { border-color: rgb(54,0,99); }
td.TdClassName
{
border-color: #360063;
}
.TagClassName
{
border-color: #360063;
}
</style>