Shades of Persian Blue #3E2EC5
Tints of Persian Blue #3E2EC5
RGB
CMYK
RGB Variations
Color information
#3E2EC5 (or 0x3E2EC5) is known color: Persian Blue. HEX triplet: 3E, 2E and C5. RGB value is (62,46,197). Sum of RGB (Red+Green+Blue) = 62+46+197=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 197 (77.34% from 255 or 64.59% from 305); Max value from RGB is 197 - color contains mainly: blue. Hex color #3E2EC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2EC5 is #C1D13A. Grayscale: #434343. Windows color (decimal): -12702011 or 12922430. OLE color: 12922430.
HSL color Cylindrical-coordinate representation of color #3E2EC5: hue angle of 246.36º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E2EC5 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 62 | 46 | 197 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.23 |
| HSL | 246.36º | 0.62% | 0.48% | - |
| HSV(B) | 246.36º | 0.77% | 0.77% | - |
| XYZ | 13.04 | 7.01 | 53.49 | - |
| YUV | 68 | 200.8 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 46 | 197 | 0.69 | 0.77 | 0 | 0.23 | 246.36 | 0.62 | 0.48 |
| Hex | 3E | 2E | C5 | 45 | 4D | 0 | 17 | F6 | 3E | 30 |
| Octal | 76 | 56 | 305 | 105 | 115 | 0 | 27 | 366 | 76 | 60 |
| Binary | 111110 | 101110 | 11000101 | 1000101 | 1001101 | 0 | 10111 | 11110110 | 111110 | 110000 |
Color Harmonies of #3E2EC5
Complementary color
Monochromatic Colors of #3E2EC5
Black with #3E2EC5
Text Example
Text Example
White with #3E2EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2EC5; }
p { color: rgb(62,46,197); }
H1.HeaderClassName
{
color: #3E2EC5;
}
.AnyTagClassName
{
color: #3E2EC5;
}
</style>
background-color css
<style>
a { background-color: #3E2EC5; }
a { background-color: rgb(62,46,197); }
div.DivClassName
{
background-color: #3E2EC5;
}
.BgClassName
{
background-color: #3E2EC5;
}
</style>
border-color css
<style>
span { border-color: #3E2EC5; }
span { border-color: rgb(62,46,197); }
td.TdClassName
{
border-color: #3E2EC5;
}
.TagClassName
{
border-color: #3E2EC5;
}
</style>