Shades of Persian Blue #3935C3
Tints of Persian Blue #3935C3
RGB
CMYK
RGB Variations
Color information
#3935C3 (or 0x3935C3) is known color: Persian Blue. HEX triplet: 39, 35 and C3. RGB value is (57,53,195). Sum of RGB (Red+Green+Blue) = 57+53+195=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 195 (76.56% from 255 or 63.93% from 305); Max value from RGB is 195 - color contains mainly: blue. Hex color #3935C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3935C3 is #C6CA3C. Grayscale: #454545. Windows color (decimal): -13027901 or 12793145. OLE color: 12793145.
HSL color Cylindrical-coordinate representation of color #3935C3: hue angle of 241.69º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3935C3 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 53 | 195 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.24 |
| HSL | 241.69º | 0.57% | 0.49% | - |
| HSV(B) | 241.69º | 0.73% | 0.76% | - |
| XYZ | 12.81 | 7.36 | 52.37 | - |
| YUV | 70.38 | 198.33 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 53 | 195 | 0.71 | 0.73 | 0 | 0.24 | 241.69 | 0.57 | 0.49 |
| Hex | 39 | 35 | C3 | 47 | 49 | 0 | 18 | F2 | 39 | 31 |
| Octal | 71 | 65 | 303 | 107 | 111 | 0 | 30 | 362 | 71 | 61 |
| Binary | 111001 | 110101 | 11000011 | 1000111 | 1001001 | 0 | 11000 | 11110010 | 111001 | 110001 |
Color Harmonies of #3935C3
Complementary color
Monochromatic Colors of #3935C3
Black with #3935C3
Text Example
Text Example
White with #3935C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3935C3; }
p { color: rgb(57,53,195); }
H1.HeaderClassName
{
color: #3935C3;
}
.AnyTagClassName
{
color: #3935C3;
}
</style>
background-color css
<style>
a { background-color: #3935C3; }
a { background-color: rgb(57,53,195); }
div.DivClassName
{
background-color: #3935C3;
}
.BgClassName
{
background-color: #3935C3;
}
</style>
border-color css
<style>
span { border-color: #3935C3; }
span { border-color: rgb(57,53,195); }
td.TdClassName
{
border-color: #3935C3;
}
.TagClassName
{
border-color: #3935C3;
}
</style>