Shades of Persian Indigo #380A76
Tints of Persian Indigo #380A76
RGB
CMYK
RGB Variations
Color information
#380A76 (or 0x380A76) is known color: Persian Indigo. HEX triplet: 38, 0A and 76. RGB value is (56,10,118). Sum of RGB (Red+Green+Blue) = 56+10+118=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #380A76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380A76 is #C7F589. Grayscale: #232323. Windows color (decimal): -13104522 or 7735864. OLE color: 7735864.
HSL color Cylindrical-coordinate representation of color #380A76: hue angle of 265.56º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380A76 is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 10 | 118 | - |
| CMYK | 0.53 | 0.92 | 0 | 0.54 |
| HSL | 265.56º | 0.84% | 0.25% | - |
| HSV(B) | 265.56º | 0.92% | 0.46% | - |
| XYZ | 5.01 | 2.37 | 17.33 | - |
| YUV | 36.07 | 174.24 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 118 | 0.53 | 0.92 | 0 | 0.54 | 265.56 | 0.84 | 0.25 |
| Hex | 38 | A | 76 | 35 | 5C | 0 | 36 | 10A | 54 | 19 |
| Octal | 70 | 12 | 166 | 65 | 134 | 0 | 66 | 412 | 124 | 31 |
| Binary | 111000 | 1010 | 1110110 | 110101 | 1011100 | 0 | 110110 | 100001010 | 1010100 | 11001 |
Color Harmonies of #380A76
Complementary color
Monochromatic Colors of #380A76
Black with #380A76
Text Example
Text Example
White with #380A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380A76; }
p { color: rgb(56,10,118); }
H1.HeaderClassName
{
color: #380A76;
}
.AnyTagClassName
{
color: #380A76;
}
</style>
background-color css
<style>
a { background-color: #380A76; }
a { background-color: rgb(56,10,118); }
div.DivClassName
{
background-color: #380A76;
}
.BgClassName
{
background-color: #380A76;
}
</style>
border-color css
<style>
span { border-color: #380A76; }
span { border-color: rgb(56,10,118); }
td.TdClassName
{
border-color: #380A76;
}
.TagClassName
{
border-color: #380A76;
}
</style>