Shades of Persian Indigo #381C72
Tints of Persian Indigo #381C72
RGB
CMYK
RGB Variations
Color information
#381C72 (or 0x381C72) is known color: Persian Indigo. HEX triplet: 38, 1C and 72. RGB value is (56,28,114). Sum of RGB (Red+Green+Blue) = 56+28+114=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #381C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381C72 is #C7E38D. Grayscale: #2D2D2D. Windows color (decimal): -13099918 or 7478328. OLE color: 7478328.
HSL color Cylindrical-coordinate representation of color #381C72: hue angle of 259.53º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #381C72 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 28 | 114 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.55 |
| HSL | 259.53º | 0.61% | 0.28% | - |
| HSV(B) | 259.53º | 0.75% | 0.45% | - |
| XYZ | 5.08 | 2.89 | 16.21 | - |
| YUV | 46.18 | 166.28 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 114 | 0.51 | 0.75 | 0 | 0.55 | 259.53 | 0.61 | 0.28 |
| Hex | 38 | 1C | 72 | 33 | 4B | 0 | 37 | 104 | 3D | 1C |
| Octal | 70 | 34 | 162 | 63 | 113 | 0 | 67 | 404 | 75 | 34 |
| Binary | 111000 | 11100 | 1110010 | 110011 | 1001011 | 0 | 110111 | 100000100 | 111101 | 11100 |
Color Harmonies of #381C72
Complementary color
Monochromatic Colors of #381C72
Black with #381C72
Text Example
Text Example
White with #381C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C72; }
p { color: rgb(56,28,114); }
H1.HeaderClassName
{
color: #381C72;
}
.AnyTagClassName
{
color: #381C72;
}
</style>
background-color css
<style>
a { background-color: #381C72; }
a { background-color: rgb(56,28,114); }
div.DivClassName
{
background-color: #381C72;
}
.BgClassName
{
background-color: #381C72;
}
</style>
border-color css
<style>
span { border-color: #381C72; }
span { border-color: rgb(56,28,114); }
td.TdClassName
{
border-color: #381C72;
}
.TagClassName
{
border-color: #381C72;
}
</style>