Shades of Persian Indigo #380BAC
Tints of Persian Indigo #380BAC
RGB
CMYK
RGB Variations
Color information
#380BAC (or 0x380BAC) is known color: Persian Indigo. HEX triplet: 38, 0B and AC. RGB value is (56,11,172). Sum of RGB (Red+Green+Blue) = 56+11+172=239 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.43% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #380BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380BAC is #C7F453. Grayscale: #2A2A2A. Windows color (decimal): -13104212 or 11275064. OLE color: 11275064.
HSL color Cylindrical-coordinate representation of color #380BAC: hue angle of 256.77º 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 #380BAC is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 11 | 172 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.33 |
| HSL | 256.77º | 0.88% | 0.36% | - |
| HSV(B) | 256.77º | 0.94% | 0.67% | - |
| XYZ | 9.2 | 4.06 | 39.33 | - |
| YUV | 42.81 | 200.91 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 11 | 172 | 0.67 | 0.94 | 0 | 0.33 | 256.77 | 0.88 | 0.36 |
| Hex | 38 | B | AC | 43 | 5E | 0 | 21 | 101 | 58 | 24 |
| Octal | 70 | 13 | 254 | 103 | 136 | 0 | 41 | 401 | 130 | 44 |
| Binary | 111000 | 1011 | 10101100 | 1000011 | 1011110 | 0 | 100001 | 100000001 | 1011000 | 100100 |
Color Harmonies of #380BAC
Complementary color
Monochromatic Colors of #380BAC
Black with #380BAC
Text Example
Text Example
White with #380BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380BAC; }
p { color: rgb(56,11,172); }
H1.HeaderClassName
{
color: #380BAC;
}
.AnyTagClassName
{
color: #380BAC;
}
</style>
background-color css
<style>
a { background-color: #380BAC; }
a { background-color: rgb(56,11,172); }
div.DivClassName
{
background-color: #380BAC;
}
.BgClassName
{
background-color: #380BAC;
}
</style>
border-color css
<style>
span { border-color: #380BAC; }
span { border-color: rgb(56,11,172); }
td.TdClassName
{
border-color: #380BAC;
}
.TagClassName
{
border-color: #380BAC;
}
</style>