Shades of Persian Blue #3E2FC9
Tints of Persian Blue #3E2FC9
RGB
CMYK
RGB Variations
Color information
#3E2FC9 (or 0x3E2FC9) is known color: Persian Blue. HEX triplet: 3E, 2F and C9. RGB value is (62,47,201). Sum of RGB (Red+Green+Blue) = 62+47+201=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 201 (78.91% from 255 or 64.84% from 310); Max value from RGB is 201 - color contains mainly: blue. Hex color #3E2FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2FC9 is #C1D036. Grayscale: #444444. Windows color (decimal): -12701751 or 13184830. OLE color: 13184830.
HSL color Cylindrical-coordinate representation of color #3E2FC9: hue angle of 245.84º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E2FC9 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 62 | 47 | 201 | - |
CMYK | 0.69 | 0.77 | 0 | 0.21 |
HSL | 245.84º | 0.62% | 0.49% | - |
HSV(B) | 245.84º | 0.77% | 0.79% | - |
XYZ | 13.55 | 7.27 | 55.95 | - |
YUV | 69.04 | 202.47 | 122.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 47 | 201 | 0.69 | 0.77 | 0 | 0.21 | 245.84 | 0.62 | 0.49 |
Hex | 3E | 2F | C9 | 45 | 4D | 0 | 15 | F6 | 3E | 31 |
Octal | 76 | 57 | 311 | 105 | 115 | 0 | 25 | 366 | 76 | 61 |
Binary | 111110 | 101111 | 11001001 | 1000101 | 1001101 | 0 | 10101 | 11110110 | 111110 | 110001 |
Color Harmonies of #3E2FC9
Complementary color
Monochromatic Colors of #3E2FC9
Black with #3E2FC9
Text Example
Text Example
White with #3E2FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2FC9; }
p { color: rgb(62,47,201); }
H1.HeaderClassName
{
color: #3E2FC9;
}
.AnyTagClassName
{
color: #3E2FC9;
}
</style>
background-color css
<style>
a { background-color: #3E2FC9; }
a { background-color: rgb(62,47,201); }
div.DivClassName
{
background-color: #3E2FC9;
}
.BgClassName
{
background-color: #3E2FC9;
}
</style>
border-color css
<style>
span { border-color: #3E2FC9; }
span { border-color: rgb(62,47,201); }
td.TdClassName
{
border-color: #3E2FC9;
}
.TagClassName
{
border-color: #3E2FC9;
}
</style>