Shades of Persian Indigo #360C7B
Tints of Persian Indigo #360C7B
RGB
CMYK
RGB Variations
Color information
#360C7B (or 0x360C7B) is known color: Persian Indigo. HEX triplet: 36, 0C and 7B. RGB value is (54,12,123). Sum of RGB (Red+Green+Blue) = 54+12+123=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 123 (48.44% from 255 or 65.08% from 189); Max value from RGB is 123 - color contains mainly: blue. Hex color #360C7B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360C7B is #C9F384. Grayscale: #242424. Windows color (decimal): -13235077 or 8064054. OLE color: 8064054.
HSL color Cylindrical-coordinate representation of color #360C7B: hue angle of 262.7º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #360C7B is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 54 | 12 | 123 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.52 |
| HSL | 262.7º | 0.82% | 0.26% | - |
| HSV(B) | 262.7º | 0.9% | 0.48% | - |
| XYZ | 5.23 | 2.48 | 18.94 | - |
| YUV | 37.21 | 176.41 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 12 | 123 | 0.56 | 0.90 | 0 | 0.52 | 262.7 | 0.82 | 0.26 |
| Hex | 36 | C | 7B | 38 | 5A | 0 | 34 | 107 | 52 | 1A |
| Octal | 66 | 14 | 173 | 70 | 132 | 0 | 64 | 407 | 122 | 32 |
| Binary | 110110 | 1100 | 1111011 | 111000 | 1011010 | 0 | 110100 | 100000111 | 1010010 | 11010 |
Color Harmonies of #360C7B
Complementary color
Monochromatic Colors of #360C7B
Black with #360C7B
Text Example
Text Example
White with #360C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360C7B; }
p { color: rgb(54,12,123); }
H1.HeaderClassName
{
color: #360C7B;
}
.AnyTagClassName
{
color: #360C7B;
}
</style>
background-color css
<style>
a { background-color: #360C7B; }
a { background-color: rgb(54,12,123); }
div.DivClassName
{
background-color: #360C7B;
}
.BgClassName
{
background-color: #360C7B;
}
</style>
border-color css
<style>
span { border-color: #360C7B; }
span { border-color: rgb(54,12,123); }
td.TdClassName
{
border-color: #360C7B;
}
.TagClassName
{
border-color: #360C7B;
}
</style>