Shades of Persian Indigo #380F98
Tints of Persian Indigo #380F98
RGB
CMYK
RGB Variations
Color information
#380F98 (or 0x380F98) is known color: Persian Indigo. HEX triplet: 38, 0F and 98. RGB value is (56,15,152). Sum of RGB (Red+Green+Blue) = 56+15+152=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 152 (59.77% from 255 or 68.16% from 223); Max value from RGB is 152 - color contains mainly: blue. Hex color #380F98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380F98 is #C7F067. Grayscale: #2A2A2A. Windows color (decimal): -13103208 or 9965368. OLE color: 9965368.
HSL color Cylindrical-coordinate representation of color #380F98: hue angle of 257.96º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #380F98 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 15 | 152 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.40 |
| HSL | 257.96º | 0.82% | 0.33% | - |
| HSV(B) | 257.96º | 0.9% | 0.6% | - |
| XYZ | 7.47 | 3.45 | 29.98 | - |
| YUV | 42.88 | 189.58 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 152 | 0.63 | 0.90 | 0 | 0.40 | 257.96 | 0.82 | 0.33 |
| Hex | 38 | F | 98 | 3F | 5A | 0 | 28 | 102 | 52 | 21 |
| Octal | 70 | 17 | 230 | 77 | 132 | 0 | 50 | 402 | 122 | 41 |
| Binary | 111000 | 1111 | 10011000 | 111111 | 1011010 | 0 | 101000 | 100000010 | 1010010 | 100001 |
Color Harmonies of #380F98
Complementary color
Monochromatic Colors of #380F98
Black with #380F98
Text Example
Text Example
White with #380F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F98; }
p { color: rgb(56,15,152); }
H1.HeaderClassName
{
color: #380F98;
}
.AnyTagClassName
{
color: #380F98;
}
</style>
background-color css
<style>
a { background-color: #380F98; }
a { background-color: rgb(56,15,152); }
div.DivClassName
{
background-color: #380F98;
}
.BgClassName
{
background-color: #380F98;
}
</style>
border-color css
<style>
span { border-color: #380F98; }
span { border-color: rgb(56,15,152); }
td.TdClassName
{
border-color: #380F98;
}
.TagClassName
{
border-color: #380F98;
}
</style>