Shades of Persian Indigo #381F72
Tints of Persian Indigo #381F72
RGB
CMYK
RGB Variations
Color information
#381F72 (or 0x381F72) is known color: Persian Indigo. HEX triplet: 38, 1F and 72. RGB value is (56,31,114). Sum of RGB (Red+Green+Blue) = 56+31+114=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #381F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381F72 is #C7E08D. Grayscale: #2F2F2F. Windows color (decimal): -13099150 or 7479096. OLE color: 7479096.
HSL color Cylindrical-coordinate representation of color #381F72: hue angle of 258.07º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #381F72 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 31 | 114 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.55 |
| HSL | 258.07º | 0.57% | 0.28% | - |
| HSV(B) | 258.07º | 0.73% | 0.45% | - |
| XYZ | 5.16 | 3.04 | 16.23 | - |
| YUV | 47.94 | 165.28 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 31 | 114 | 0.51 | 0.73 | 0 | 0.55 | 258.07 | 0.57 | 0.28 |
| Hex | 38 | 1F | 72 | 33 | 49 | 0 | 37 | 102 | 39 | 1C |
| Octal | 70 | 37 | 162 | 63 | 111 | 0 | 67 | 402 | 71 | 34 |
| Binary | 111000 | 11111 | 1110010 | 110011 | 1001001 | 0 | 110111 | 100000010 | 111001 | 11100 |
Color Harmonies of #381F72
Complementary color
Monochromatic Colors of #381F72
Black with #381F72
Text Example
Text Example
White with #381F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381F72; }
p { color: rgb(56,31,114); }
H1.HeaderClassName
{
color: #381F72;
}
.AnyTagClassName
{
color: #381F72;
}
</style>
background-color css
<style>
a { background-color: #381F72; }
a { background-color: rgb(56,31,114); }
div.DivClassName
{
background-color: #381F72;
}
.BgClassName
{
background-color: #381F72;
}
</style>
border-color css
<style>
span { border-color: #381F72; }
span { border-color: rgb(56,31,114); }
td.TdClassName
{
border-color: #381F72;
}
.TagClassName
{
border-color: #381F72;
}
</style>