Shades of Persian Indigo #380D82
Tints of Persian Indigo #380D82
RGB
CMYK
RGB Variations
Color information
#380D82 (or 0x380D82) is known color: Persian Indigo. HEX triplet: 38, 0D and 82. RGB value is (56,13,130). Sum of RGB (Red+Green+Blue) = 56+13+130=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 130 (51.17% from 255 or 65.33% from 199); Max value from RGB is 130 - color contains mainly: blue. Hex color #380D82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380D82 is #C7F27D. Grayscale: #262626. Windows color (decimal): -13103742 or 8523064. OLE color: 8523064.
HSL color Cylindrical-coordinate representation of color #380D82: hue angle of 262.05º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #380D82 is Cyan = 0.57, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 56 | 13 | 130 | - |
| CMYK | 0.57 | 0.9 | 0 | 0.49 |
| HSL | 262.05º | 0.82% | 0.28% | - |
| HSV(B) | 262.05º | 0.9% | 0.51% | - |
| XYZ | 5.8 | 2.74 | 21.34 | - |
| YUV | 39.2 | 179.25 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 130 | 0.57 | 0.9 | 0 | 0.49 | 262.05 | 0.82 | 0.28 |
| Hex | 38 | D | 82 | 39 | 5A | 0 | 31 | 106 | 52 | 1C |
| Octal | 70 | 15 | 202 | 71 | 132 | 0 | 61 | 406 | 122 | 34 |
| Binary | 111000 | 1101 | 10000010 | 111001 | 1011010 | 0 | 110001 | 100000110 | 1010010 | 11100 |
Color Harmonies of #380D82
Complementary color
Monochromatic Colors of #380D82
Black with #380D82
Text Example
Text Example
White with #380D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380D82; }
p { color: rgb(56,13,130); }
H1.HeaderClassName
{
color: #380D82;
}
.AnyTagClassName
{
color: #380D82;
}
</style>
background-color css
<style>
a { background-color: #380D82; }
a { background-color: rgb(56,13,130); }
div.DivClassName
{
background-color: #380D82;
}
.BgClassName
{
background-color: #380D82;
}
</style>
border-color css
<style>
span { border-color: #380D82; }
span { border-color: rgb(56,13,130); }
td.TdClassName
{
border-color: #380D82;
}
.TagClassName
{
border-color: #380D82;
}
</style>