Shades of Persian Indigo #360366
Tints of Persian Indigo #360366
RGB
CMYK
RGB Variations
Color information
#360366 (or 0x360366) is known color: Persian Indigo. HEX triplet: 36, 03 and 66. RGB value is (54,3,102). Sum of RGB (Red+Green+Blue) = 54+3+102=159 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.96% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 102 (40.23% from 255 or 64.15% from 159); Max value from RGB is 102 - color contains mainly: blue. Hex color #360366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360366 is #C9FC99. Grayscale: #1D1D1D. Windows color (decimal): -13237402 or 6685494. OLE color: 6685494.
HSL color Cylindrical-coordinate representation of color #360366: hue angle of 270.91º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #360366 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 54 | 3 | 102 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.6 |
| HSL | 270.91º | 0.94% | 0.21% | - |
| HSV(B) | 270.91º | 0.97% | 0.4% | - |
| XYZ | 3.95 | 1.81 | 12.71 | - |
| YUV | 29.54 | 168.9 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 102 | 0.47 | 0.97 | 0 | 0.6 | 270.91 | 0.94 | 0.21 |
| Hex | 36 | 3 | 66 | 2F | 61 | 0 | 3C | 10F | 5E | 15 |
| Octal | 66 | 3 | 146 | 57 | 141 | 0 | 74 | 417 | 136 | 25 |
| Binary | 110110 | 11 | 1100110 | 101111 | 1100001 | 0 | 111100 | 100001111 | 1011110 | 10101 |
Color Harmonies of #360366
Complementary color
Monochromatic Colors of #360366
Black with #360366
Text Example
Text Example
White with #360366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360366; }
p { color: rgb(54,3,102); }
H1.HeaderClassName
{
color: #360366;
}
.AnyTagClassName
{
color: #360366;
}
</style>
background-color css
<style>
a { background-color: #360366; }
a { background-color: rgb(54,3,102); }
div.DivClassName
{
background-color: #360366;
}
.BgClassName
{
background-color: #360366;
}
</style>
border-color css
<style>
span { border-color: #360366; }
span { border-color: rgb(54,3,102); }
td.TdClassName
{
border-color: #360366;
}
.TagClassName
{
border-color: #360366;
}
</style>