Shades of Persian Indigo #361B7D
Tints of Persian Indigo #361B7D
RGB
CMYK
RGB Variations
Color information
#361B7D (or 0x361B7D) is known color: Persian Indigo. HEX triplet: 36, 1B and 7D. RGB value is (54,27,125). Sum of RGB (Red+Green+Blue) = 54+27+125=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #361B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361B7D is #C9E482. Grayscale: #2D2D2D. Windows color (decimal): -13231235 or 8198966. OLE color: 8198966.
HSL color Cylindrical-coordinate representation of color #361B7D: hue angle of 256.53º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #361B7D is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 27 | 125 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.51 |
| HSL | 256.53º | 0.64% | 0.3% | - |
| HSV(B) | 256.53º | 0.78% | 0.49% | - |
| XYZ | 5.61 | 3.05 | 19.69 | - |
| YUV | 46.25 | 172.45 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 27 | 125 | 0.57 | 0.78 | 0 | 0.51 | 256.53 | 0.64 | 0.3 |
| Hex | 36 | 1B | 7D | 39 | 4E | 0 | 33 | 101 | 40 | 1E |
| Octal | 66 | 33 | 175 | 71 | 116 | 0 | 63 | 401 | 100 | 36 |
| Binary | 110110 | 11011 | 1111101 | 111001 | 1001110 | 0 | 110011 | 100000001 | 1000000 | 11110 |
Color Harmonies of #361B7D
Complementary color
Monochromatic Colors of #361B7D
Black with #361B7D
Text Example
Text Example
White with #361B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361B7D; }
p { color: rgb(54,27,125); }
H1.HeaderClassName
{
color: #361B7D;
}
.AnyTagClassName
{
color: #361B7D;
}
</style>
background-color css
<style>
a { background-color: #361B7D; }
a { background-color: rgb(54,27,125); }
div.DivClassName
{
background-color: #361B7D;
}
.BgClassName
{
background-color: #361B7D;
}
</style>
border-color css
<style>
span { border-color: #361B7D; }
span { border-color: rgb(54,27,125); }
td.TdClassName
{
border-color: #361B7D;
}
.TagClassName
{
border-color: #361B7D;
}
</style>