Shades of Persian Indigo #380F87
Tints of Persian Indigo #380F87
RGB
CMYK
RGB Variations
Color information
#380F87 (or 0x380F87) is known color: Persian Indigo. HEX triplet: 38, 0F and 87. RGB value is (56,15,135). Sum of RGB (Red+Green+Blue) = 56+15+135=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 135 (53.12% from 255 or 65.53% from 206); Max value from RGB is 135 - color contains mainly: blue. Hex color #380F87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380F87 is #C7F078. Grayscale: #282828. Windows color (decimal): -13103225 or 8851256. OLE color: 8851256.
HSL color Cylindrical-coordinate representation of color #380F87: hue angle of 260.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #380F87 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 56 | 15 | 135 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.47 |
| HSL | 260.5º | 0.8% | 0.29% | - |
| HSV(B) | 260.5º | 0.89% | 0.53% | - |
| XYZ | 6.17 | 2.93 | 23.16 | - |
| YUV | 40.94 | 181.08 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 135 | 0.59 | 0.89 | 0 | 0.47 | 260.5 | 0.8 | 0.29 |
| Hex | 38 | F | 87 | 3B | 59 | 0 | 2F | 104 | 50 | 1D |
| Octal | 70 | 17 | 207 | 73 | 131 | 0 | 57 | 404 | 120 | 35 |
| Binary | 111000 | 1111 | 10000111 | 111011 | 1011001 | 0 | 101111 | 100000100 | 1010000 | 11101 |
Color Harmonies of #380F87
Complementary color
Monochromatic Colors of #380F87
Black with #380F87
Text Example
Text Example
White with #380F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F87; }
p { color: rgb(56,15,135); }
H1.HeaderClassName
{
color: #380F87;
}
.AnyTagClassName
{
color: #380F87;
}
</style>
background-color css
<style>
a { background-color: #380F87; }
a { background-color: rgb(56,15,135); }
div.DivClassName
{
background-color: #380F87;
}
.BgClassName
{
background-color: #380F87;
}
</style>
border-color css
<style>
span { border-color: #380F87; }
span { border-color: rgb(56,15,135); }
td.TdClassName
{
border-color: #380F87;
}
.TagClassName
{
border-color: #380F87;
}
</style>