Shades of Persian Indigo #380EAC
Tints of Persian Indigo #380EAC
RGB
CMYK
RGB Variations
Color information
#380EAC (or 0x380EAC) is known color: Persian Indigo. HEX triplet: 38, 0E and AC. RGB value is (56,14,172). Sum of RGB (Red+Green+Blue) = 56+14+172=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 172 (67.58% from 255 or 71.07% from 242); Max value from RGB is 172 - color contains mainly: blue. Hex color #380EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380EAC is #C7F153. Grayscale: #2B2B2B. Windows color (decimal): -13103444 or 11275832. OLE color: 11275832.
HSL color Cylindrical-coordinate representation of color #380EAC: hue angle of 255.95º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380EAC is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 14 | 172 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.33 |
| HSL | 255.95º | 0.85% | 0.36% | - |
| HSV(B) | 255.95º | 0.92% | 0.67% | - |
| XYZ | 9.23 | 4.13 | 39.34 | - |
| YUV | 44.57 | 199.91 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 172 | 0.67 | 0.92 | 0 | 0.33 | 255.95 | 0.85 | 0.36 |
| Hex | 38 | E | AC | 43 | 5C | 0 | 21 | 100 | 55 | 24 |
| Octal | 70 | 16 | 254 | 103 | 134 | 0 | 41 | 400 | 125 | 44 |
| Binary | 111000 | 1110 | 10101100 | 1000011 | 1011100 | 0 | 100001 | 100000000 | 1010101 | 100100 |
Color Harmonies of #380EAC
Complementary color
Monochromatic Colors of #380EAC
Black with #380EAC
Text Example
Text Example
White with #380EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380EAC; }
p { color: rgb(56,14,172); }
H1.HeaderClassName
{
color: #380EAC;
}
.AnyTagClassName
{
color: #380EAC;
}
</style>
background-color css
<style>
a { background-color: #380EAC; }
a { background-color: rgb(56,14,172); }
div.DivClassName
{
background-color: #380EAC;
}
.BgClassName
{
background-color: #380EAC;
}
</style>
border-color css
<style>
span { border-color: #380EAC; }
span { border-color: rgb(56,14,172); }
td.TdClassName
{
border-color: #380EAC;
}
.TagClassName
{
border-color: #380EAC;
}
</style>