Shades of Persian Indigo #381A7D
Tints of Persian Indigo #381A7D
RGB
CMYK
RGB Variations
Color information
#381A7D (or 0x381A7D) is known color: Persian Indigo. HEX triplet: 38, 1A and 7D. RGB value is (56,26,125). Sum of RGB (Red+Green+Blue) = 56+26+125=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #381A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381A7D is #C7E582. Grayscale: #2D2D2D. Windows color (decimal): -13100419 or 8198712. OLE color: 8198712.
HSL color Cylindrical-coordinate representation of color #381A7D: hue angle of 258.18º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #381A7D is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 26 | 125 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.51 |
| HSL | 258.18º | 0.66% | 0.3% | - |
| HSV(B) | 258.18º | 0.79% | 0.49% | - |
| XYZ | 5.7 | 3.06 | 19.69 | - |
| YUV | 46.26 | 172.44 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 125 | 0.55 | 0.79 | 0 | 0.51 | 258.18 | 0.66 | 0.3 |
| Hex | 38 | 1A | 7D | 37 | 4F | 0 | 33 | 102 | 42 | 1E |
| Octal | 70 | 32 | 175 | 67 | 117 | 0 | 63 | 402 | 102 | 36 |
| Binary | 111000 | 11010 | 1111101 | 110111 | 1001111 | 0 | 110011 | 100000010 | 1000010 | 11110 |
Color Harmonies of #381A7D
Complementary color
Monochromatic Colors of #381A7D
Black with #381A7D
Text Example
Text Example
White with #381A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A7D; }
p { color: rgb(56,26,125); }
H1.HeaderClassName
{
color: #381A7D;
}
.AnyTagClassName
{
color: #381A7D;
}
</style>
background-color css
<style>
a { background-color: #381A7D; }
a { background-color: rgb(56,26,125); }
div.DivClassName
{
background-color: #381A7D;
}
.BgClassName
{
background-color: #381A7D;
}
</style>
border-color css
<style>
span { border-color: #381A7D; }
span { border-color: rgb(56,26,125); }
td.TdClassName
{
border-color: #381A7D;
}
.TagClassName
{
border-color: #381A7D;
}
</style>