Shades of Persian Indigo #381A92
Tints of Persian Indigo #381A92
RGB
CMYK
RGB Variations
Color information
#381A92 (or 0x381A92) is known color: Persian Indigo. HEX triplet: 38, 1A and 92. RGB value is (56,26,146). Sum of RGB (Red+Green+Blue) = 56+26+146=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #381A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381A92 is #C7E56D. Grayscale: #303030. Windows color (decimal): -13100398 or 9574968. OLE color: 9574968.
HSL color Cylindrical-coordinate representation of color #381A92: hue angle of 255º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #381A92 is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 26 | 146 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.43 |
| HSL | 255º | 0.7% | 0.34% | - |
| HSV(B) | 255º | 0.82% | 0.57% | - |
| XYZ | 7.19 | 3.65 | 27.52 | - |
| YUV | 48.65 | 182.94 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 146 | 0.62 | 0.82 | 0 | 0.43 | 255 | 0.7 | 0.34 |
| Hex | 38 | 1A | 92 | 3E | 52 | 0 | 2B | FF | 46 | 22 |
| Octal | 70 | 32 | 222 | 76 | 122 | 0 | 53 | 377 | 106 | 42 |
| Binary | 111000 | 11010 | 10010010 | 111110 | 1010010 | 0 | 101011 | 11111111 | 1000110 | 100010 |
Color Harmonies of #381A92
Complementary color
Monochromatic Colors of #381A92
Black with #381A92
Text Example
Text Example
White with #381A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A92; }
p { color: rgb(56,26,146); }
H1.HeaderClassName
{
color: #381A92;
}
.AnyTagClassName
{
color: #381A92;
}
</style>
background-color css
<style>
a { background-color: #381A92; }
a { background-color: rgb(56,26,146); }
div.DivClassName
{
background-color: #381A92;
}
.BgClassName
{
background-color: #381A92;
}
</style>
border-color css
<style>
span { border-color: #381A92; }
span { border-color: rgb(56,26,146); }
td.TdClassName
{
border-color: #381A92;
}
.TagClassName
{
border-color: #381A92;
}
</style>