Shades of Persian Blue #3E31B8
Tints of Persian Blue #3E31B8
RGB
CMYK
RGB Variations
Color information
#3E31B8 (or 0x3E31B8) is known color: Persian Blue. HEX triplet: 3E, 31 and B8. RGB value is (62,49,184). Sum of RGB (Red+Green+Blue) = 62+49+184=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 184 (72.27% from 255 or 62.37% from 295); Max value from RGB is 184 - color contains mainly: blue. Hex color #3E31B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E31B8 is #C1CE47. Grayscale: #434343. Windows color (decimal): -12701256 or 12071230. OLE color: 12071230.
HSL color Cylindrical-coordinate representation of color #3E31B8: hue angle of 245.78º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E31B8 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 62 | 49 | 184 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.28 |
| HSL | 245.78º | 0.58% | 0.46% | - |
| HSV(B) | 245.78º | 0.73% | 0.72% | - |
| XYZ | 11.74 | 6.68 | 46.02 | - |
| YUV | 68.28 | 193.31 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 49 | 184 | 0.66 | 0.73 | 0 | 0.28 | 245.78 | 0.58 | 0.46 |
| Hex | 3E | 31 | B8 | 42 | 49 | 0 | 1C | F6 | 3A | 2E |
| Octal | 76 | 61 | 270 | 102 | 111 | 0 | 34 | 366 | 72 | 56 |
| Binary | 111110 | 110001 | 10111000 | 1000010 | 1001001 | 0 | 11100 | 11110110 | 111010 | 101110 |
Color Harmonies of #3E31B8
Complementary color
Monochromatic Colors of #3E31B8
Black with #3E31B8
Text Example
Text Example
White with #3E31B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E31B8; }
p { color: rgb(62,49,184); }
H1.HeaderClassName
{
color: #3E31B8;
}
.AnyTagClassName
{
color: #3E31B8;
}
</style>
background-color css
<style>
a { background-color: #3E31B8; }
a { background-color: rgb(62,49,184); }
div.DivClassName
{
background-color: #3E31B8;
}
.BgClassName
{
background-color: #3E31B8;
}
</style>
border-color css
<style>
span { border-color: #3E31B8; }
span { border-color: rgb(62,49,184); }
td.TdClassName
{
border-color: #3E31B8;
}
.TagClassName
{
border-color: #3E31B8;
}
</style>