Shades of Persian Indigo #380BAB
Tints of Persian Indigo #380BAB
RGB
CMYK
RGB Variations
Color information
#380BAB (or 0x380BAB) is known color: Persian Indigo. HEX triplet: 38, 0B and AB. RGB value is (56,11,171). Sum of RGB (Red+Green+Blue) = 56+11+171=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #380BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380BAB is #C7F454. Grayscale: #2A2A2A. Windows color (decimal): -13104213 or 11209528. OLE color: 11209528.
HSL color Cylindrical-coordinate representation of color #380BAB: hue angle of 256.88º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380BAB is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 11 | 171 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.33 |
| HSL | 256.88º | 0.88% | 0.36% | - |
| HSV(B) | 256.88º | 0.94% | 0.67% | - |
| XYZ | 9.1 | 4.02 | 38.82 | - |
| YUV | 42.7 | 200.41 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 11 | 171 | 0.67 | 0.94 | 0 | 0.33 | 256.88 | 0.88 | 0.36 |
| Hex | 38 | B | AB | 43 | 5E | 0 | 21 | 101 | 58 | 24 |
| Octal | 70 | 13 | 253 | 103 | 136 | 0 | 41 | 401 | 130 | 44 |
| Binary | 111000 | 1011 | 10101011 | 1000011 | 1011110 | 0 | 100001 | 100000001 | 1011000 | 100100 |
Color Harmonies of #380BAB
Complementary color
Monochromatic Colors of #380BAB
Black with #380BAB
Text Example
Text Example
White with #380BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380BAB; }
p { color: rgb(56,11,171); }
H1.HeaderClassName
{
color: #380BAB;
}
.AnyTagClassName
{
color: #380BAB;
}
</style>
background-color css
<style>
a { background-color: #380BAB; }
a { background-color: rgb(56,11,171); }
div.DivClassName
{
background-color: #380BAB;
}
.BgClassName
{
background-color: #380BAB;
}
</style>
border-color css
<style>
span { border-color: #380BAB; }
span { border-color: rgb(56,11,171); }
td.TdClassName
{
border-color: #380BAB;
}
.TagClassName
{
border-color: #380BAB;
}
</style>