Shades of Persian Indigo #380C92
Tints of Persian Indigo #380C92
RGB
CMYK
RGB Variations
Color information
#380C92 (or 0x380C92) is known color: Persian Indigo. HEX triplet: 38, 0C and 92. RGB value is (56,12,146). Sum of RGB (Red+Green+Blue) = 56+12+146=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #380C92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380C92 is #C7F36D. Grayscale: #272727. Windows color (decimal): -13103982 or 9571384. OLE color: 9571384.
HSL color Cylindrical-coordinate representation of color #380C92: hue angle of 259.7º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380C92 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 12 | 146 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.43 |
| HSL | 259.7º | 0.85% | 0.31% | - |
| HSV(B) | 259.7º | 0.92% | 0.57% | - |
| XYZ | 6.95 | 3.18 | 27.44 | - |
| YUV | 40.43 | 187.58 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 146 | 0.62 | 0.92 | 0 | 0.43 | 259.7 | 0.85 | 0.31 |
| Hex | 38 | C | 92 | 3E | 5C | 0 | 2B | 104 | 55 | 1F |
| Octal | 70 | 14 | 222 | 76 | 134 | 0 | 53 | 404 | 125 | 37 |
| Binary | 111000 | 1100 | 10010010 | 111110 | 1011100 | 0 | 101011 | 100000100 | 1010101 | 11111 |
Color Harmonies of #380C92
Complementary color
Monochromatic Colors of #380C92
Black with #380C92
Text Example
Text Example
White with #380C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380C92; }
p { color: rgb(56,12,146); }
H1.HeaderClassName
{
color: #380C92;
}
.AnyTagClassName
{
color: #380C92;
}
</style>
background-color css
<style>
a { background-color: #380C92; }
a { background-color: rgb(56,12,146); }
div.DivClassName
{
background-color: #380C92;
}
.BgClassName
{
background-color: #380C92;
}
</style>
border-color css
<style>
span { border-color: #380C92; }
span { border-color: rgb(56,12,146); }
td.TdClassName
{
border-color: #380C92;
}
.TagClassName
{
border-color: #380C92;
}
</style>