Shades of Persian Blue #3E2FB9
Tints of Persian Blue #3E2FB9
RGB
CMYK
RGB Variations
Color information
#3E2FB9 (or 0x3E2FB9) is known color: Persian Blue. HEX triplet: 3E, 2F and B9. RGB value is (62,47,185). Sum of RGB (Red+Green+Blue) = 62+47+185=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 185 (72.66% from 255 or 62.93% from 294); Max value from RGB is 185 - color contains mainly: blue. Hex color #3E2FB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2FB9 is #C1D046. Grayscale: #424242. Windows color (decimal): -12701767 or 12136254. OLE color: 12136254.
HSL color Cylindrical-coordinate representation of color #3E2FB9: hue angle of 246.52º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E2FB9 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 47 | 185 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.27 |
| HSL | 246.52º | 0.59% | 0.45% | - |
| HSV(B) | 246.52º | 0.75% | 0.73% | - |
| XYZ | 11.76 | 6.56 | 46.55 | - |
| YUV | 67.22 | 194.47 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 47 | 185 | 0.66 | 0.75 | 0 | 0.27 | 246.52 | 0.59 | 0.45 |
| Hex | 3E | 2F | B9 | 42 | 4B | 0 | 1B | F7 | 3B | 2D |
| Octal | 76 | 57 | 271 | 102 | 113 | 0 | 33 | 367 | 73 | 55 |
| Binary | 111110 | 101111 | 10111001 | 1000010 | 1001011 | 0 | 11011 | 11110111 | 111011 | 101101 |
Color Harmonies of #3E2FB9
Complementary color
Monochromatic Colors of #3E2FB9
Black with #3E2FB9
Text Example
Text Example
White with #3E2FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2FB9; }
p { color: rgb(62,47,185); }
H1.HeaderClassName
{
color: #3E2FB9;
}
.AnyTagClassName
{
color: #3E2FB9;
}
</style>
background-color css
<style>
a { background-color: #3E2FB9; }
a { background-color: rgb(62,47,185); }
div.DivClassName
{
background-color: #3E2FB9;
}
.BgClassName
{
background-color: #3E2FB9;
}
</style>
border-color css
<style>
span { border-color: #3E2FB9; }
span { border-color: rgb(62,47,185); }
td.TdClassName
{
border-color: #3E2FB9;
}
.TagClassName
{
border-color: #3E2FB9;
}
</style>