Shades of Persian Indigo #380A8A
Tints of Persian Indigo #380A8A
RGB
CMYK
RGB Variations
Color information
#380A8A (or 0x380A8A) is known color: Persian Indigo. HEX triplet: 38, 0A and 8A. RGB value is (56,10,138). Sum of RGB (Red+Green+Blue) = 56+10+138=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 138 (54.30% from 255 or 67.65% from 204); Max value from RGB is 138 - color contains mainly: blue. Hex color #380A8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380A8A is #C7F575. Grayscale: #252525. Windows color (decimal): -13104502 or 9046584. OLE color: 9046584.
HSL color Cylindrical-coordinate representation of color #380A8A: hue angle of 261.56º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380A8A is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 10 | 138 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.46 |
| HSL | 261.56º | 0.86% | 0.29% | - |
| HSV(B) | 261.56º | 0.93% | 0.54% | - |
| XYZ | 6.33 | 2.89 | 24.27 | - |
| YUV | 38.35 | 184.24 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 138 | 0.59 | 0.93 | 0 | 0.46 | 261.56 | 0.86 | 0.29 |
| Hex | 38 | A | 8A | 3B | 5D | 0 | 2E | 106 | 56 | 1D |
| Octal | 70 | 12 | 212 | 73 | 135 | 0 | 56 | 406 | 126 | 35 |
| Binary | 111000 | 1010 | 10001010 | 111011 | 1011101 | 0 | 101110 | 100000110 | 1010110 | 11101 |
Color Harmonies of #380A8A
Complementary color
Monochromatic Colors of #380A8A
Black with #380A8A
Text Example
Text Example
White with #380A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380A8A; }
p { color: rgb(56,10,138); }
H1.HeaderClassName
{
color: #380A8A;
}
.AnyTagClassName
{
color: #380A8A;
}
</style>
background-color css
<style>
a { background-color: #380A8A; }
a { background-color: rgb(56,10,138); }
div.DivClassName
{
background-color: #380A8A;
}
.BgClassName
{
background-color: #380A8A;
}
</style>
border-color css
<style>
span { border-color: #380A8A; }
span { border-color: rgb(56,10,138); }
td.TdClassName
{
border-color: #380A8A;
}
.TagClassName
{
border-color: #380A8A;
}
</style>