Shades of Persian Indigo #381B74
Tints of Persian Indigo #381B74
RGB
CMYK
RGB Variations
Color information
#381B74 (or 0x381B74) is known color: Persian Indigo. HEX triplet: 38, 1B and 74. RGB value is (56,27,116). Sum of RGB (Red+Green+Blue) = 56+27+116=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #381B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381B74 is #C7E48B. Grayscale: #2D2D2D. Windows color (decimal): -13100172 or 7609144. OLE color: 7609144.
HSL color Cylindrical-coordinate representation of color #381B74: hue angle of 259.55º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #381B74 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 27 | 116 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.55 |
| HSL | 259.55º | 0.62% | 0.28% | - |
| HSV(B) | 259.55º | 0.77% | 0.45% | - |
| XYZ | 5.18 | 2.89 | 16.81 | - |
| YUV | 45.82 | 167.61 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 116 | 0.52 | 0.77 | 0 | 0.55 | 259.55 | 0.62 | 0.28 |
| Hex | 38 | 1B | 74 | 34 | 4D | 0 | 37 | 104 | 3E | 1C |
| Octal | 70 | 33 | 164 | 64 | 115 | 0 | 67 | 404 | 76 | 34 |
| Binary | 111000 | 11011 | 1110100 | 110100 | 1001101 | 0 | 110111 | 100000100 | 111110 | 11100 |
Color Harmonies of #381B74
Complementary color
Monochromatic Colors of #381B74
Black with #381B74
Text Example
Text Example
White with #381B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B74; }
p { color: rgb(56,27,116); }
H1.HeaderClassName
{
color: #381B74;
}
.AnyTagClassName
{
color: #381B74;
}
</style>
background-color css
<style>
a { background-color: #381B74; }
a { background-color: rgb(56,27,116); }
div.DivClassName
{
background-color: #381B74;
}
.BgClassName
{
background-color: #381B74;
}
</style>
border-color css
<style>
span { border-color: #381B74; }
span { border-color: rgb(56,27,116); }
td.TdClassName
{
border-color: #381B74;
}
.TagClassName
{
border-color: #381B74;
}
</style>