Shades of Persian Indigo #381A8A
Tints of Persian Indigo #381A8A
RGB
CMYK
RGB Variations
Color information
#381A8A (or 0x381A8A) is known color: Persian Indigo. HEX triplet: 38, 1A and 8A. RGB value is (56,26,138). Sum of RGB (Red+Green+Blue) = 56+26+138=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #381A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381A8A is #C7E575. Grayscale: #2F2F2F. Windows color (decimal): -13100406 or 9050680. OLE color: 9050680.
HSL color Cylindrical-coordinate representation of color #381A8A: hue angle of 256.07º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #381A8A is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 26 | 138 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.46 |
| HSL | 256.07º | 0.68% | 0.32% | - |
| HSV(B) | 256.07º | 0.81% | 0.54% | - |
| XYZ | 6.59 | 3.41 | 24.36 | - |
| YUV | 47.74 | 178.94 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 138 | 0.59 | 0.81 | 0 | 0.46 | 256.07 | 0.68 | 0.32 |
| Hex | 38 | 1A | 8A | 3B | 51 | 0 | 2E | 100 | 44 | 20 |
| Octal | 70 | 32 | 212 | 73 | 121 | 0 | 56 | 400 | 104 | 40 |
| Binary | 111000 | 11010 | 10001010 | 111011 | 1010001 | 0 | 101110 | 100000000 | 1000100 | 100000 |
Color Harmonies of #381A8A
Complementary color
Monochromatic Colors of #381A8A
Black with #381A8A
Text Example
Text Example
White with #381A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A8A; }
p { color: rgb(56,26,138); }
H1.HeaderClassName
{
color: #381A8A;
}
.AnyTagClassName
{
color: #381A8A;
}
</style>
background-color css
<style>
a { background-color: #381A8A; }
a { background-color: rgb(56,26,138); }
div.DivClassName
{
background-color: #381A8A;
}
.BgClassName
{
background-color: #381A8A;
}
</style>
border-color css
<style>
span { border-color: #381A8A; }
span { border-color: rgb(56,26,138); }
td.TdClassName
{
border-color: #381A8A;
}
.TagClassName
{
border-color: #381A8A;
}
</style>