Shades of Persian Indigo #38149F
Tints of Persian Indigo #38149F
RGB
CMYK
RGB Variations
Color information
#38149F (or 0x38149F) is known color: Persian Indigo. HEX triplet: 38, 14 and 9F. RGB value is (56,20,159). Sum of RGB (Red+Green+Blue) = 56+20+159=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 159 (62.5% from 255 or 67.66% from 235); Max value from RGB is 159 - color contains mainly: blue. Hex color #38149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38149F is #C7EB60. Grayscale: #2E2E2E. Windows color (decimal): -13101921 or 10425400. OLE color: 10425400.
HSL color Cylindrical-coordinate representation of color #38149F: hue angle of 255.54º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38149F is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 20 | 159 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.38 |
| HSL | 255.54º | 0.78% | 0.35% | - |
| HSV(B) | 255.54º | 0.87% | 0.62% | - |
| XYZ | 8.14 | 3.84 | 33.11 | - |
| YUV | 46.61 | 191.43 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 159 | 0.65 | 0.87 | 0 | 0.38 | 255.54 | 0.78 | 0.35 |
| Hex | 38 | 14 | 9F | 41 | 57 | 0 | 26 | 100 | 4E | 23 |
| Octal | 70 | 24 | 237 | 101 | 127 | 0 | 46 | 400 | 116 | 43 |
| Binary | 111000 | 10100 | 10011111 | 1000001 | 1010111 | 0 | 100110 | 100000000 | 1001110 | 100011 |
Color Harmonies of #38149F
Complementary color
Monochromatic Colors of #38149F
Black with #38149F
Text Example
Text Example
White with #38149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38149F; }
p { color: rgb(56,20,159); }
H1.HeaderClassName
{
color: #38149F;
}
.AnyTagClassName
{
color: #38149F;
}
</style>
background-color css
<style>
a { background-color: #38149F; }
a { background-color: rgb(56,20,159); }
div.DivClassName
{
background-color: #38149F;
}
.BgClassName
{
background-color: #38149F;
}
</style>
border-color css
<style>
span { border-color: #38149F; }
span { border-color: rgb(56,20,159); }
td.TdClassName
{
border-color: #38149F;
}
.TagClassName
{
border-color: #38149F;
}
</style>