Shades of Persian Indigo #3908AD
Tints of Persian Indigo #3908AD
RGB
CMYK
RGB Variations
Color information
#3908AD (or 0x3908AD) is known color: Persian Indigo. HEX triplet: 39, 08 and AD. RGB value is (57,8,173). Sum of RGB (Red+Green+Blue) = 57+8+173=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 173 (67.97% from 255 or 72.69% from 238); Max value from RGB is 173 - color contains mainly: blue. Hex color #3908AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3908AD is #C6F752. Grayscale: #282828. Windows color (decimal): -13039443 or 11339833. OLE color: 11339833.
HSL color Cylindrical-coordinate representation of color #3908AD: hue angle of 257.82º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3908AD is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 8 | 173 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.32 |
| HSL | 257.82º | 0.91% | 0.35% | - |
| HSV(B) | 257.82º | 0.95% | 0.68% | - |
| XYZ | 9.32 | 4.06 | 39.83 | - |
| YUV | 41.46 | 202.23 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 8 | 173 | 0.67 | 0.95 | 0 | 0.32 | 257.82 | 0.91 | 0.35 |
| Hex | 39 | 8 | AD | 43 | 5F | 0 | 20 | 102 | 5B | 23 |
| Octal | 71 | 10 | 255 | 103 | 137 | 0 | 40 | 402 | 133 | 43 |
| Binary | 111001 | 1000 | 10101101 | 1000011 | 1011111 | 0 | 100000 | 100000010 | 1011011 | 100011 |
Color Harmonies of #3908AD
Complementary color
Monochromatic Colors of #3908AD
Black with #3908AD
Text Example
Text Example
White with #3908AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3908AD; }
p { color: rgb(57,8,173); }
H1.HeaderClassName
{
color: #3908AD;
}
.AnyTagClassName
{
color: #3908AD;
}
</style>
background-color css
<style>
a { background-color: #3908AD; }
a { background-color: rgb(57,8,173); }
div.DivClassName
{
background-color: #3908AD;
}
.BgClassName
{
background-color: #3908AD;
}
</style>
border-color css
<style>
span { border-color: #3908AD; }
span { border-color: rgb(57,8,173); }
td.TdClassName
{
border-color: #3908AD;
}
.TagClassName
{
border-color: #3908AD;
}
</style>