Shades of Persian Indigo #38109F
Tints of Persian Indigo #38109F
RGB
CMYK
RGB Variations
Color information
#38109F (or 0x38109F) is known color: Persian Indigo. HEX triplet: 38, 10 and 9F. RGB value is (56,16,159). Sum of RGB (Red+Green+Blue) = 56+16+159=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 159 (62.5% from 255 or 68.83% from 231); Max value from RGB is 159 - color contains mainly: blue. Hex color #38109F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38109F is #C7EF60. Grayscale: #2B2B2B. Windows color (decimal): -13102945 or 10424376. OLE color: 10424376.
HSL color Cylindrical-coordinate representation of color #38109F: hue angle of 256.78º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38109F is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 16 | 159 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.38 |
| HSL | 256.78º | 0.82% | 0.34% | - |
| HSV(B) | 256.78º | 0.9% | 0.62% | - |
| XYZ | 8.07 | 3.71 | 33.09 | - |
| YUV | 44.26 | 192.75 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 16 | 159 | 0.65 | 0.90 | 0 | 0.38 | 256.78 | 0.82 | 0.34 |
| Hex | 38 | 10 | 9F | 41 | 5A | 0 | 26 | 101 | 52 | 22 |
| Octal | 70 | 20 | 237 | 101 | 132 | 0 | 46 | 401 | 122 | 42 |
| Binary | 111000 | 10000 | 10011111 | 1000001 | 1011010 | 0 | 100110 | 100000001 | 1010010 | 100010 |
Color Harmonies of #38109F
Complementary color
Monochromatic Colors of #38109F
Black with #38109F
Text Example
Text Example
White with #38109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38109F; }
p { color: rgb(56,16,159); }
H1.HeaderClassName
{
color: #38109F;
}
.AnyTagClassName
{
color: #38109F;
}
</style>
background-color css
<style>
a { background-color: #38109F; }
a { background-color: rgb(56,16,159); }
div.DivClassName
{
background-color: #38109F;
}
.BgClassName
{
background-color: #38109F;
}
</style>
border-color css
<style>
span { border-color: #38109F; }
span { border-color: rgb(56,16,159); }
td.TdClassName
{
border-color: #38109F;
}
.TagClassName
{
border-color: #38109F;
}
</style>