Shades of Persian Indigo #380C94
Tints of Persian Indigo #380C94
RGB
CMYK
RGB Variations
Color information
#380C94 (or 0x380C94) is known color: Persian Indigo. HEX triplet: 38, 0C and 94. RGB value is (56,12,148). Sum of RGB (Red+Green+Blue) = 56+12+148=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #380C94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380C94 is #C7F36B. Grayscale: #282828. Windows color (decimal): -13103980 or 9702456. OLE color: 9702456.
HSL color Cylindrical-coordinate representation of color #380C94: hue angle of 259.41º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380C94 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 12 | 148 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.42 |
| HSL | 259.41º | 0.85% | 0.31% | - |
| HSV(B) | 259.41º | 0.92% | 0.58% | - |
| XYZ | 7.11 | 3.24 | 28.27 | - |
| YUV | 40.66 | 188.58 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 148 | 0.62 | 0.92 | 0 | 0.42 | 259.41 | 0.85 | 0.31 |
| Hex | 38 | C | 94 | 3E | 5C | 0 | 2A | 103 | 55 | 1F |
| Octal | 70 | 14 | 224 | 76 | 134 | 0 | 52 | 403 | 125 | 37 |
| Binary | 111000 | 1100 | 10010100 | 111110 | 1011100 | 0 | 101010 | 100000011 | 1010101 | 11111 |
Color Harmonies of #380C94
Complementary color
Monochromatic Colors of #380C94
Black with #380C94
Text Example
Text Example
White with #380C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380C94; }
p { color: rgb(56,12,148); }
H1.HeaderClassName
{
color: #380C94;
}
.AnyTagClassName
{
color: #380C94;
}
</style>
background-color css
<style>
a { background-color: #380C94; }
a { background-color: rgb(56,12,148); }
div.DivClassName
{
background-color: #380C94;
}
.BgClassName
{
background-color: #380C94;
}
</style>
border-color css
<style>
span { border-color: #380C94; }
span { border-color: rgb(56,12,148); }
td.TdClassName
{
border-color: #380C94;
}
.TagClassName
{
border-color: #380C94;
}
</style>