Shades of Persian Indigo #381A74
Tints of Persian Indigo #381A74
RGB
CMYK
RGB Variations
Color information
#381A74 (or 0x381A74) is known color: Persian Indigo. HEX triplet: 38, 1A and 74. RGB value is (56,26,116). Sum of RGB (Red+Green+Blue) = 56+26+116=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 116 (45.70% from 255 or 58.59% from 198); Max value from RGB is 116 - color contains mainly: blue. Hex color #381A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381A74 is #C7E58B. Grayscale: #2C2C2C. Windows color (decimal): -13100428 or 7608888. OLE color: 7608888.
HSL color Cylindrical-coordinate representation of color #381A74: hue angle of 260º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #381A74 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 26 | 116 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.55 |
| HSL | 260º | 0.63% | 0.28% | - |
| HSV(B) | 260º | 0.78% | 0.45% | - |
| XYZ | 5.15 | 2.84 | 16.8 | - |
| YUV | 45.23 | 167.94 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 116 | 0.52 | 0.78 | 0 | 0.55 | 260 | 0.63 | 0.28 |
| Hex | 38 | 1A | 74 | 34 | 4E | 0 | 37 | 104 | 3F | 1C |
| Octal | 70 | 32 | 164 | 64 | 116 | 0 | 67 | 404 | 77 | 34 |
| Binary | 111000 | 11010 | 1110100 | 110100 | 1001110 | 0 | 110111 | 100000100 | 111111 | 11100 |
Color Harmonies of #381A74
Complementary color
Monochromatic Colors of #381A74
Black with #381A74
Text Example
Text Example
White with #381A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A74; }
p { color: rgb(56,26,116); }
H1.HeaderClassName
{
color: #381A74;
}
.AnyTagClassName
{
color: #381A74;
}
</style>
background-color css
<style>
a { background-color: #381A74; }
a { background-color: rgb(56,26,116); }
div.DivClassName
{
background-color: #381A74;
}
.BgClassName
{
background-color: #381A74;
}
</style>
border-color css
<style>
span { border-color: #381A74; }
span { border-color: rgb(56,26,116); }
td.TdClassName
{
border-color: #381A74;
}
.TagClassName
{
border-color: #381A74;
}
</style>