Shades of Persian Indigo #380C8A
Tints of Persian Indigo #380C8A
RGB
CMYK
RGB Variations
Color information
#380C8A (or 0x380C8A) is known color: Persian Indigo. HEX triplet: 38, 0C and 8A. RGB value is (56,12,138). Sum of RGB (Red+Green+Blue) = 56+12+138=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #380C8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380C8A is #C7F375. Grayscale: #272727. Windows color (decimal): -13103990 or 9047096. OLE color: 9047096.
HSL color Cylindrical-coordinate representation of color #380C8A: hue angle of 260.95º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #380C8A is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 12 | 138 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.46 |
| HSL | 260.95º | 0.84% | 0.29% | - |
| HSV(B) | 260.95º | 0.91% | 0.54% | - |
| XYZ | 6.35 | 2.94 | 24.28 | - |
| YUV | 39.52 | 183.58 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 138 | 0.59 | 0.91 | 0 | 0.46 | 260.95 | 0.84 | 0.29 |
| Hex | 38 | C | 8A | 3B | 5B | 0 | 2E | 105 | 54 | 1D |
| Octal | 70 | 14 | 212 | 73 | 133 | 0 | 56 | 405 | 124 | 35 |
| Binary | 111000 | 1100 | 10001010 | 111011 | 1011011 | 0 | 101110 | 100000101 | 1010100 | 11101 |
Color Harmonies of #380C8A
Complementary color
Monochromatic Colors of #380C8A
Black with #380C8A
Text Example
Text Example
White with #380C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380C8A; }
p { color: rgb(56,12,138); }
H1.HeaderClassName
{
color: #380C8A;
}
.AnyTagClassName
{
color: #380C8A;
}
</style>
background-color css
<style>
a { background-color: #380C8A; }
a { background-color: rgb(56,12,138); }
div.DivClassName
{
background-color: #380C8A;
}
.BgClassName
{
background-color: #380C8A;
}
</style>
border-color css
<style>
span { border-color: #380C8A; }
span { border-color: rgb(56,12,138); }
td.TdClassName
{
border-color: #380C8A;
}
.TagClassName
{
border-color: #380C8A;
}
</style>