Shades of Persian Indigo #380AAA
Tints of Persian Indigo #380AAA
RGB
CMYK
RGB Variations
Color information
#380AAA (or 0x380AAA) is known color: Persian Indigo. HEX triplet: 38, 0A and AA. RGB value is (56,10,170). Sum of RGB (Red+Green+Blue) = 56+10+170=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #380AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380AAA is #C7F555. Grayscale: #292929. Windows color (decimal): -13104470 or 11143736. OLE color: 11143736.
HSL color Cylindrical-coordinate representation of color #380AAA: hue angle of 257.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380AAA is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 10 | 170 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.33 |
| HSL | 257.25º | 0.89% | 0.35% | - |
| HSV(B) | 257.25º | 0.94% | 0.67% | - |
| XYZ | 9 | 3.96 | 38.32 | - |
| YUV | 41.99 | 200.24 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 170 | 0.67 | 0.94 | 0 | 0.33 | 257.25 | 0.89 | 0.35 |
| Hex | 38 | A | AA | 43 | 5E | 0 | 21 | 101 | 59 | 23 |
| Octal | 70 | 12 | 252 | 103 | 136 | 0 | 41 | 401 | 131 | 43 |
| Binary | 111000 | 1010 | 10101010 | 1000011 | 1011110 | 0 | 100001 | 100000001 | 1011001 | 100011 |
Color Harmonies of #380AAA
Complementary color
Monochromatic Colors of #380AAA
Black with #380AAA
Text Example
Text Example
White with #380AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380AAA; }
p { color: rgb(56,10,170); }
H1.HeaderClassName
{
color: #380AAA;
}
.AnyTagClassName
{
color: #380AAA;
}
</style>
background-color css
<style>
a { background-color: #380AAA; }
a { background-color: rgb(56,10,170); }
div.DivClassName
{
background-color: #380AAA;
}
.BgClassName
{
background-color: #380AAA;
}
</style>
border-color css
<style>
span { border-color: #380AAA; }
span { border-color: rgb(56,10,170); }
td.TdClassName
{
border-color: #380AAA;
}
.TagClassName
{
border-color: #380AAA;
}
</style>