Shades of Persian Indigo #380F83
Tints of Persian Indigo #380F83
RGB
CMYK
RGB Variations
Color information
#380F83 (or 0x380F83) is known color: Persian Indigo. HEX triplet: 38, 0F and 83. RGB value is (56,15,131). Sum of RGB (Red+Green+Blue) = 56+15+131=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 131 (51.56% from 255 or 64.85% from 202); Max value from RGB is 131 - color contains mainly: blue. Hex color #380F83 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380F83 is #C7F07C. Grayscale: #282828. Windows color (decimal): -13103229 or 8589112. OLE color: 8589112.
HSL color Cylindrical-coordinate representation of color #380F83: hue angle of 261.21º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #380F83 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 15 | 131 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.49 |
| HSL | 261.21º | 0.79% | 0.29% | - |
| HSV(B) | 261.21º | 0.89% | 0.51% | - |
| XYZ | 5.9 | 2.82 | 21.71 | - |
| YUV | 40.48 | 179.08 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 131 | 0.57 | 0.89 | 0 | 0.49 | 261.21 | 0.79 | 0.29 |
| Hex | 38 | F | 83 | 39 | 59 | 0 | 31 | 105 | 4F | 1D |
| Octal | 70 | 17 | 203 | 71 | 131 | 0 | 61 | 405 | 117 | 35 |
| Binary | 111000 | 1111 | 10000011 | 111001 | 1011001 | 0 | 110001 | 100000101 | 1001111 | 11101 |
Color Harmonies of #380F83
Complementary color
Monochromatic Colors of #380F83
Black with #380F83
Text Example
Text Example
White with #380F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F83; }
p { color: rgb(56,15,131); }
H1.HeaderClassName
{
color: #380F83;
}
.AnyTagClassName
{
color: #380F83;
}
</style>
background-color css
<style>
a { background-color: #380F83; }
a { background-color: rgb(56,15,131); }
div.DivClassName
{
background-color: #380F83;
}
.BgClassName
{
background-color: #380F83;
}
</style>
border-color css
<style>
span { border-color: #380F83; }
span { border-color: rgb(56,15,131); }
td.TdClassName
{
border-color: #380F83;
}
.TagClassName
{
border-color: #380F83;
}
</style>