Shades of Persian Indigo #3908A7
Tints of Persian Indigo #3908A7
RGB
CMYK
RGB Variations
Color information
#3908A7 (or 0x3908A7) is known color: Persian Indigo. HEX triplet: 39, 08 and A7. RGB value is (57,8,167). Sum of RGB (Red+Green+Blue) = 57+8+167=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 167 (65.62% from 255 or 71.98% from 232); Max value from RGB is 167 - color contains mainly: blue. Hex color #3908A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3908A7 is #C6F758. Grayscale: #282828. Windows color (decimal): -13039449 or 10946617. OLE color: 10946617.
HSL color Cylindrical-coordinate representation of color #3908A7: hue angle of 258.49º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3908A7 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 8 | 167 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.35 |
| HSL | 258.49º | 0.91% | 0.34% | - |
| HSV(B) | 258.49º | 0.95% | 0.65% | - |
| XYZ | 8.75 | 3.83 | 36.84 | - |
| YUV | 40.78 | 199.23 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 8 | 167 | 0.66 | 0.95 | 0 | 0.35 | 258.49 | 0.91 | 0.34 |
| Hex | 39 | 8 | A7 | 42 | 5F | 0 | 23 | 102 | 5B | 22 |
| Octal | 71 | 10 | 247 | 102 | 137 | 0 | 43 | 402 | 133 | 42 |
| Binary | 111001 | 1000 | 10100111 | 1000010 | 1011111 | 0 | 100011 | 100000010 | 1011011 | 100010 |
Color Harmonies of #3908A7
Complementary color
Monochromatic Colors of #3908A7
Black with #3908A7
Text Example
Text Example
White with #3908A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3908A7; }
p { color: rgb(57,8,167); }
H1.HeaderClassName
{
color: #3908A7;
}
.AnyTagClassName
{
color: #3908A7;
}
</style>
background-color css
<style>
a { background-color: #3908A7; }
a { background-color: rgb(57,8,167); }
div.DivClassName
{
background-color: #3908A7;
}
.BgClassName
{
background-color: #3908A7;
}
</style>
border-color css
<style>
span { border-color: #3908A7; }
span { border-color: rgb(57,8,167); }
td.TdClassName
{
border-color: #3908A7;
}
.TagClassName
{
border-color: #3908A7;
}
</style>