Shades of Persian Blue #3E2DBE
Tints of Persian Blue #3E2DBE
RGB
CMYK
RGB Variations
Color information
#3E2DBE (or 0x3E2DBE) is known color: Persian Blue. HEX triplet: 3E, 2D and BE. RGB value is (62,45,190). Sum of RGB (Red+Green+Blue) = 62+45+190=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E2DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2DBE is #C1D241. Grayscale: #424242. Windows color (decimal): -12702274 or 12463422. OLE color: 12463422.
HSL color Cylindrical-coordinate representation of color #3E2DBE: hue angle of 247.03º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E2DBE is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 45 | 190 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.25 |
| HSL | 247.03º | 0.62% | 0.46% | - |
| HSV(B) | 247.03º | 0.76% | 0.75% | - |
| XYZ | 12.22 | 6.62 | 49.35 | - |
| YUV | 66.61 | 197.63 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 45 | 190 | 0.67 | 0.76 | 0 | 0.25 | 247.03 | 0.62 | 0.46 |
| Hex | 3E | 2D | BE | 43 | 4C | 0 | 19 | F7 | 3E | 2E |
| Octal | 76 | 55 | 276 | 103 | 114 | 0 | 31 | 367 | 76 | 56 |
| Binary | 111110 | 101101 | 10111110 | 1000011 | 1001100 | 0 | 11001 | 11110111 | 111110 | 101110 |
Color Harmonies of #3E2DBE
Complementary color
Monochromatic Colors of #3E2DBE
Black with #3E2DBE
Text Example
Text Example
White with #3E2DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2DBE; }
p { color: rgb(62,45,190); }
H1.HeaderClassName
{
color: #3E2DBE;
}
.AnyTagClassName
{
color: #3E2DBE;
}
</style>
background-color css
<style>
a { background-color: #3E2DBE; }
a { background-color: rgb(62,45,190); }
div.DivClassName
{
background-color: #3E2DBE;
}
.BgClassName
{
background-color: #3E2DBE;
}
</style>
border-color css
<style>
span { border-color: #3E2DBE; }
span { border-color: rgb(62,45,190); }
td.TdClassName
{
border-color: #3E2DBE;
}
.TagClassName
{
border-color: #3E2DBE;
}
</style>