Shades of Persian Blue #3933CF
Tints of Persian Blue #3933CF
RGB
CMYK
RGB Variations
Color information
#3933CF (or 0x3933CF) is known color: Persian Blue. HEX triplet: 39, 33 and CF. RGB value is (57,51,207). Sum of RGB (Red+Green+Blue) = 57+51+207=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 207 (81.25% from 255 or 65.71% from 315); Max value from RGB is 207 - color contains mainly: blue. Hex color #3933CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3933CF is #C6CC30. Grayscale: #454545. Windows color (decimal): -13028401 or 13579065. OLE color: 13579065.
HSL color Cylindrical-coordinate representation of color #3933CF: hue angle of 242.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3933CF is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 51 | 207 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.19 |
| HSL | 242.31º | 0.62% | 0.51% | - |
| HSV(B) | 242.31º | 0.75% | 0.81% | - |
| XYZ | 14.13 | 7.74 | 59.78 | - |
| YUV | 70.58 | 204.99 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 51 | 207 | 0.72 | 0.75 | 0 | 0.19 | 242.31 | 0.62 | 0.51 |
| Hex | 39 | 33 | CF | 48 | 4B | 0 | 13 | F2 | 3E | 33 |
| Octal | 71 | 63 | 317 | 110 | 113 | 0 | 23 | 362 | 76 | 63 |
| Binary | 111001 | 110011 | 11001111 | 1001000 | 1001011 | 0 | 10011 | 11110010 | 111110 | 110011 |
Color Harmonies of #3933CF
Complementary color
Monochromatic Colors of #3933CF
Black with #3933CF
Text Example
Text Example
White with #3933CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3933CF; }
p { color: rgb(57,51,207); }
H1.HeaderClassName
{
color: #3933CF;
}
.AnyTagClassName
{
color: #3933CF;
}
</style>
background-color css
<style>
a { background-color: #3933CF; }
a { background-color: rgb(57,51,207); }
div.DivClassName
{
background-color: #3933CF;
}
.BgClassName
{
background-color: #3933CF;
}
</style>
border-color css
<style>
span { border-color: #3933CF; }
span { border-color: rgb(57,51,207); }
td.TdClassName
{
border-color: #3933CF;
}
.TagClassName
{
border-color: #3933CF;
}
</style>