Shades of Persian Indigo #361D9D
Tints of Persian Indigo #361D9D
RGB
CMYK
RGB Variations
Color information
#361D9D (or 0x361D9D) is known color: Persian Indigo. HEX triplet: 36, 1D and 9D. RGB value is (54,29,157). Sum of RGB (Red+Green+Blue) = 54+29+157=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 157 (61.72% from 255 or 65.42% from 240); Max value from RGB is 157 - color contains mainly: blue. Hex color #361D9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361D9D is #C9E262. Grayscale: #323232. Windows color (decimal): -13230691 or 10296630. OLE color: 10296630.
HSL color Cylindrical-coordinate representation of color #361D9D: hue angle of 251.72º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #361D9D is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 29 | 157 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.38 |
| HSL | 251.72º | 0.69% | 0.36% | - |
| HSV(B) | 251.72º | 0.82% | 0.62% | - |
| XYZ | 8.05 | 4.1 | 32.27 | - |
| YUV | 51.07 | 187.78 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 157 | 0.66 | 0.82 | 0 | 0.38 | 251.72 | 0.69 | 0.36 |
| Hex | 36 | 1D | 9D | 42 | 52 | 0 | 26 | FC | 45 | 24 |
| Octal | 66 | 35 | 235 | 102 | 122 | 0 | 46 | 374 | 105 | 44 |
| Binary | 110110 | 11101 | 10011101 | 1000010 | 1010010 | 0 | 100110 | 11111100 | 1000101 | 100100 |
Color Harmonies of #361D9D
Complementary color
Monochromatic Colors of #361D9D
Black with #361D9D
Text Example
Text Example
White with #361D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361D9D; }
p { color: rgb(54,29,157); }
H1.HeaderClassName
{
color: #361D9D;
}
.AnyTagClassName
{
color: #361D9D;
}
</style>
background-color css
<style>
a { background-color: #361D9D; }
a { background-color: rgb(54,29,157); }
div.DivClassName
{
background-color: #361D9D;
}
.BgClassName
{
background-color: #361D9D;
}
</style>
border-color css
<style>
span { border-color: #361D9D; }
span { border-color: rgb(54,29,157); }
td.TdClassName
{
border-color: #361D9D;
}
.TagClassName
{
border-color: #361D9D;
}
</style>