Shades of Persian Indigo #361F7C
Tints of Persian Indigo #361F7C
RGB
CMYK
RGB Variations
Color information
#361F7C (or 0x361F7C) is known color: Persian Indigo. HEX triplet: 36, 1F and 7C. RGB value is (54,31,124). Sum of RGB (Red+Green+Blue) = 54+31+124=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #361F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361F7C is #C9E083. Grayscale: #303030. Windows color (decimal): -13230212 or 8134454. OLE color: 8134454.
HSL color Cylindrical-coordinate representation of color #361F7C: hue angle of 254.84º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #361F7C is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 31 | 124 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.51 |
| HSL | 254.84º | 0.6% | 0.3% | - |
| HSV(B) | 254.84º | 0.75% | 0.49% | - |
| XYZ | 5.65 | 3.22 | 19.39 | - |
| YUV | 48.48 | 170.62 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 31 | 124 | 0.56 | 0.75 | 0 | 0.51 | 254.84 | 0.6 | 0.3 |
| Hex | 36 | 1F | 7C | 38 | 4B | 0 | 33 | FF | 3C | 1E |
| Octal | 66 | 37 | 174 | 70 | 113 | 0 | 63 | 377 | 74 | 36 |
| Binary | 110110 | 11111 | 1111100 | 111000 | 1001011 | 0 | 110011 | 11111111 | 111100 | 11110 |
Color Harmonies of #361F7C
Complementary color
Monochromatic Colors of #361F7C
Black with #361F7C
Text Example
Text Example
White with #361F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361F7C; }
p { color: rgb(54,31,124); }
H1.HeaderClassName
{
color: #361F7C;
}
.AnyTagClassName
{
color: #361F7C;
}
</style>
background-color css
<style>
a { background-color: #361F7C; }
a { background-color: rgb(54,31,124); }
div.DivClassName
{
background-color: #361F7C;
}
.BgClassName
{
background-color: #361F7C;
}
</style>
border-color css
<style>
span { border-color: #361F7C; }
span { border-color: rgb(54,31,124); }
td.TdClassName
{
border-color: #361F7C;
}
.TagClassName
{
border-color: #361F7C;
}
</style>