Shades of Persian Indigo #3914A8
Tints of Persian Indigo #3914A8
RGB
CMYK
RGB Variations
Color information
#3914A8 (or 0x3914A8) is known color: Persian Indigo. HEX triplet: 39, 14 and A8. RGB value is (57,20,168). Sum of RGB (Red+Green+Blue) = 57+20+168=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 168 (66.02% from 255 or 68.57% from 245); Max value from RGB is 168 - color contains mainly: blue. Hex color #3914A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3914A8 is #C6EB57. Grayscale: #2F2F2F. Windows color (decimal): -13036376 or 11015225. OLE color: 11015225.
HSL color Cylindrical-coordinate representation of color #3914A8: hue angle of 255º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3914A8 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 57 | 20 | 168 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.34 |
| HSL | 255º | 0.79% | 0.37% | - |
| HSV(B) | 255º | 0.88% | 0.66% | - |
| XYZ | 9.01 | 4.2 | 37.38 | - |
| YUV | 47.94 | 195.76 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 20 | 168 | 0.66 | 0.88 | 0 | 0.34 | 255 | 0.79 | 0.37 |
| Hex | 39 | 14 | A8 | 42 | 58 | 0 | 22 | FF | 4F | 25 |
| Octal | 71 | 24 | 250 | 102 | 130 | 0 | 42 | 377 | 117 | 45 |
| Binary | 111001 | 10100 | 10101000 | 1000010 | 1011000 | 0 | 100010 | 11111111 | 1001111 | 100101 |
Color Harmonies of #3914A8
Complementary color
Monochromatic Colors of #3914A8
Black with #3914A8
Text Example
Text Example
White with #3914A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3914A8; }
p { color: rgb(57,20,168); }
H1.HeaderClassName
{
color: #3914A8;
}
.AnyTagClassName
{
color: #3914A8;
}
</style>
background-color css
<style>
a { background-color: #3914A8; }
a { background-color: rgb(57,20,168); }
div.DivClassName
{
background-color: #3914A8;
}
.BgClassName
{
background-color: #3914A8;
}
</style>
border-color css
<style>
span { border-color: #3914A8; }
span { border-color: rgb(57,20,168); }
td.TdClassName
{
border-color: #3914A8;
}
.TagClassName
{
border-color: #3914A8;
}
</style>