Shades of Persian Indigo #360CA4
Tints of Persian Indigo #360CA4
RGB
CMYK
RGB Variations
Color information
#360CA4 (or 0x360CA4) is known color: Persian Indigo. HEX triplet: 36, 0C and A4. RGB value is (54,12,164). Sum of RGB (Red+Green+Blue) = 54+12+164=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 164 (64.45% from 255 or 71.30% from 230); Max value from RGB is 164 - color contains mainly: blue. Hex color #360CA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360CA4 is #C9F35B. Grayscale: #292929. Windows color (decimal): -13235036 or 10751030. OLE color: 10751030.
HSL color Cylindrical-coordinate representation of color #360CA4: hue angle of 256.58º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #360CA4 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 12 | 164 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.36 |
| HSL | 256.58º | 0.86% | 0.35% | - |
| HSV(B) | 256.58º | 0.93% | 0.64% | - |
| XYZ | 8.35 | 3.73 | 35.4 | - |
| YUV | 41.89 | 196.91 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 164 | 0.67 | 0.93 | 0 | 0.36 | 256.58 | 0.86 | 0.35 |
| Hex | 36 | C | A4 | 43 | 5D | 0 | 24 | 101 | 56 | 23 |
| Octal | 66 | 14 | 244 | 103 | 135 | 0 | 44 | 401 | 126 | 43 |
| Binary | 110110 | 1100 | 10100100 | 1000011 | 1011101 | 0 | 100100 | 100000001 | 1010110 | 100011 |
Color Harmonies of #360CA4
Complementary color
Monochromatic Colors of #360CA4
Black with #360CA4
Text Example
Text Example
White with #360CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360CA4; }
p { color: rgb(54,12,164); }
H1.HeaderClassName
{
color: #360CA4;
}
.AnyTagClassName
{
color: #360CA4;
}
</style>
background-color css
<style>
a { background-color: #360CA4; }
a { background-color: rgb(54,12,164); }
div.DivClassName
{
background-color: #360CA4;
}
.BgClassName
{
background-color: #360CA4;
}
</style>
border-color css
<style>
span { border-color: #360CA4; }
span { border-color: rgb(54,12,164); }
td.TdClassName
{
border-color: #360CA4;
}
.TagClassName
{
border-color: #360CA4;
}
</style>