Shades of Persian Blue #3E2CBC
Tints of Persian Blue #3E2CBC
RGB
CMYK
RGB Variations
Color information
#3E2CBC (or 0x3E2CBC) is known color: Persian Blue. HEX triplet: 3E, 2C and BC. RGB value is (62,44,188). Sum of RGB (Red+Green+Blue) = 62+44+188=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E2CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2CBC is #C1D343. Grayscale: #414141. Windows color (decimal): -12702532 or 12332094. OLE color: 12332094.
HSL color Cylindrical-coordinate representation of color #3E2CBC: hue angle of 247.5º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E2CBC is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 44 | 188 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.26 |
| HSL | 247.5º | 0.62% | 0.45% | - |
| HSV(B) | 247.5º | 0.77% | 0.74% | - |
| XYZ | 11.96 | 6.46 | 48.19 | - |
| YUV | 65.8 | 196.96 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 44 | 188 | 0.67 | 0.77 | 0 | 0.26 | 247.5 | 0.62 | 0.45 |
| Hex | 3E | 2C | BC | 43 | 4D | 0 | 1A | F8 | 3E | 2D |
| Octal | 76 | 54 | 274 | 103 | 115 | 0 | 32 | 370 | 76 | 55 |
| Binary | 111110 | 101100 | 10111100 | 1000011 | 1001101 | 0 | 11010 | 11111000 | 111110 | 101101 |
Color Harmonies of #3E2CBC
Complementary color
Monochromatic Colors of #3E2CBC
Black with #3E2CBC
Text Example
Text Example
White with #3E2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2CBC; }
p { color: rgb(62,44,188); }
H1.HeaderClassName
{
color: #3E2CBC;
}
.AnyTagClassName
{
color: #3E2CBC;
}
</style>
background-color css
<style>
a { background-color: #3E2CBC; }
a { background-color: rgb(62,44,188); }
div.DivClassName
{
background-color: #3E2CBC;
}
.BgClassName
{
background-color: #3E2CBC;
}
</style>
border-color css
<style>
span { border-color: #3E2CBC; }
span { border-color: rgb(62,44,188); }
td.TdClassName
{
border-color: #3E2CBC;
}
.TagClassName
{
border-color: #3E2CBC;
}
</style>