Shades of Persian Blue #3933CE
Tints of Persian Blue #3933CE
RGB
CMYK
RGB Variations
Color information
#3933CE (or 0x3933CE) is known color: Persian Blue. HEX triplet: 39, 33 and CE. RGB value is (57,51,206). Sum of RGB (Red+Green+Blue) = 57+51+206=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #3933CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3933CE is #C6CC31. Grayscale: #454545. Windows color (decimal): -13028402 or 13513529. OLE color: 13513529.
HSL color Cylindrical-coordinate representation of color #3933CE: hue angle of 242.32º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3933CE is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 51 | 206 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.19 |
| HSL | 242.32º | 0.61% | 0.5% | - |
| HSV(B) | 242.32º | 0.75% | 0.81% | - |
| XYZ | 14.01 | 7.69 | 59.14 | - |
| YUV | 70.46 | 204.49 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 51 | 206 | 0.72 | 0.75 | 0 | 0.19 | 242.32 | 0.61 | 0.5 |
| Hex | 39 | 33 | CE | 48 | 4B | 0 | 13 | F2 | 3D | 32 |
| Octal | 71 | 63 | 316 | 110 | 113 | 0 | 23 | 362 | 75 | 62 |
| Binary | 111001 | 110011 | 11001110 | 1001000 | 1001011 | 0 | 10011 | 11110010 | 111101 | 110010 |
Color Harmonies of #3933CE
Complementary color
Monochromatic Colors of #3933CE
Black with #3933CE
Text Example
Text Example
White with #3933CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3933CE; }
p { color: rgb(57,51,206); }
H1.HeaderClassName
{
color: #3933CE;
}
.AnyTagClassName
{
color: #3933CE;
}
</style>
background-color css
<style>
a { background-color: #3933CE; }
a { background-color: rgb(57,51,206); }
div.DivClassName
{
background-color: #3933CE;
}
.BgClassName
{
background-color: #3933CE;
}
</style>
border-color css
<style>
span { border-color: #3933CE; }
span { border-color: rgb(57,51,206); }
td.TdClassName
{
border-color: #3933CE;
}
.TagClassName
{
border-color: #3933CE;
}
</style>