Shades of Persian Indigo #361C74
Tints of Persian Indigo #361C74
RGB
CMYK
RGB Variations
Color information
#361C74 (or 0x361C74) is known color: Persian Indigo. HEX triplet: 36, 1C and 74. RGB value is (54,28,116). Sum of RGB (Red+Green+Blue) = 54+28+116=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 116 (45.70% from 255 or 58.59% from 198); Max value from RGB is 116 - color contains mainly: blue. Hex color #361C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361C74 is #C9E38B. Grayscale: #2D2D2D. Windows color (decimal): -13230988 or 7609398. OLE color: 7609398.
HSL color Cylindrical-coordinate representation of color #361C74: hue angle of 257.73º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #361C74 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 28 | 116 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.55 |
| HSL | 257.73º | 0.61% | 0.28% | - |
| HSV(B) | 257.73º | 0.76% | 0.45% | - |
| XYZ | 5.09 | 2.88 | 16.81 | - |
| YUV | 45.81 | 167.61 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 116 | 0.53 | 0.76 | 0 | 0.55 | 257.73 | 0.61 | 0.28 |
| Hex | 36 | 1C | 74 | 35 | 4C | 0 | 37 | 102 | 3D | 1C |
| Octal | 66 | 34 | 164 | 65 | 114 | 0 | 67 | 402 | 75 | 34 |
| Binary | 110110 | 11100 | 1110100 | 110101 | 1001100 | 0 | 110111 | 100000010 | 111101 | 11100 |
Color Harmonies of #361C74
Complementary color
Monochromatic Colors of #361C74
Black with #361C74
Text Example
Text Example
White with #361C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361C74; }
p { color: rgb(54,28,116); }
H1.HeaderClassName
{
color: #361C74;
}
.AnyTagClassName
{
color: #361C74;
}
</style>
background-color css
<style>
a { background-color: #361C74; }
a { background-color: rgb(54,28,116); }
div.DivClassName
{
background-color: #361C74;
}
.BgClassName
{
background-color: #361C74;
}
</style>
border-color css
<style>
span { border-color: #361C74; }
span { border-color: rgb(54,28,116); }
td.TdClassName
{
border-color: #361C74;
}
.TagClassName
{
border-color: #361C74;
}
</style>