Shades of Persian Indigo #380CAB
Tints of Persian Indigo #380CAB
RGB
CMYK
RGB Variations
Color information
#380CAB (or 0x380CAB) is known color: Persian Indigo. HEX triplet: 38, 0C and AB. RGB value is (56,12,171). Sum of RGB (Red+Green+Blue) = 56+12+171=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #380CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380CAB is #C7F354. Grayscale: #2A2A2A. Windows color (decimal): -13103957 or 11209784. OLE color: 11209784.
HSL color Cylindrical-coordinate representation of color #380CAB: hue angle of 256.6º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380CAB is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 12 | 171 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.33 |
| HSL | 256.6º | 0.87% | 0.36% | - |
| HSV(B) | 256.6º | 0.93% | 0.67% | - |
| XYZ | 9.11 | 4.04 | 38.83 | - |
| YUV | 43.28 | 200.08 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 171 | 0.67 | 0.93 | 0 | 0.33 | 256.6 | 0.87 | 0.36 |
| Hex | 38 | C | AB | 43 | 5D | 0 | 21 | 101 | 57 | 24 |
| Octal | 70 | 14 | 253 | 103 | 135 | 0 | 41 | 401 | 127 | 44 |
| Binary | 111000 | 1100 | 10101011 | 1000011 | 1011101 | 0 | 100001 | 100000001 | 1010111 | 100100 |
Color Harmonies of #380CAB
Complementary color
Monochromatic Colors of #380CAB
Black with #380CAB
Text Example
Text Example
White with #380CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380CAB; }
p { color: rgb(56,12,171); }
H1.HeaderClassName
{
color: #380CAB;
}
.AnyTagClassName
{
color: #380CAB;
}
</style>
background-color css
<style>
a { background-color: #380CAB; }
a { background-color: rgb(56,12,171); }
div.DivClassName
{
background-color: #380CAB;
}
.BgClassName
{
background-color: #380CAB;
}
</style>
border-color css
<style>
span { border-color: #380CAB; }
span { border-color: rgb(56,12,171); }
td.TdClassName
{
border-color: #380CAB;
}
.TagClassName
{
border-color: #380CAB;
}
</style>