Shades of Persian Indigo #360385
Tints of Persian Indigo #360385
RGB
CMYK
RGB Variations
Color information
#360385 (or 0x360385) is known color: Persian Indigo. HEX triplet: 36, 03 and 85. RGB value is (54,3,133). Sum of RGB (Red+Green+Blue) = 54+3+133=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 133 (52.34% from 255 or 70% from 190); Max value from RGB is 133 - color contains mainly: blue. Hex color #360385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360385 is #C9FC7A. Grayscale: #202020. Windows color (decimal): -13237371 or 8717110. OLE color: 8717110.
HSL color Cylindrical-coordinate representation of color #360385: hue angle of 263.54º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360385 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 3 | 133 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.48 |
| HSL | 263.54º | 0.96% | 0.27% | - |
| HSV(B) | 263.54º | 0.98% | 0.52% | - |
| XYZ | 5.79 | 2.54 | 22.38 | - |
| YUV | 33.07 | 184.4 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 133 | 0.59 | 0.98 | 0 | 0.48 | 263.54 | 0.96 | 0.27 |
| Hex | 36 | 3 | 85 | 3B | 62 | 0 | 30 | 108 | 60 | 1B |
| Octal | 66 | 3 | 205 | 73 | 142 | 0 | 60 | 410 | 140 | 33 |
| Binary | 110110 | 11 | 10000101 | 111011 | 1100010 | 0 | 110000 | 100001000 | 1100000 | 11011 |
Color Harmonies of #360385
Complementary color
Monochromatic Colors of #360385
Black with #360385
Text Example
Text Example
White with #360385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360385; }
p { color: rgb(54,3,133); }
H1.HeaderClassName
{
color: #360385;
}
.AnyTagClassName
{
color: #360385;
}
</style>
background-color css
<style>
a { background-color: #360385; }
a { background-color: rgb(54,3,133); }
div.DivClassName
{
background-color: #360385;
}
.BgClassName
{
background-color: #360385;
}
</style>
border-color css
<style>
span { border-color: #360385; }
span { border-color: rgb(54,3,133); }
td.TdClassName
{
border-color: #360385;
}
.TagClassName
{
border-color: #360385;
}
</style>