Shades of Persian Blue #3926C5
Tints of Persian Blue #3926C5
RGB
CMYK
RGB Variations
Color information
#3926C5 (or 0x3926C5) is known color: Persian Blue. HEX triplet: 39, 26 and C5. RGB value is (57,38,197). Sum of RGB (Red+Green+Blue) = 57+38+197=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 197 (77.34% from 255 or 67.47% from 292); Max value from RGB is 197 - color contains mainly: blue. Hex color #3926C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3926C5 is #C6D93A. Grayscale: #3D3D3D. Windows color (decimal): -13031739 or 12920377. OLE color: 12920377.
HSL color Cylindrical-coordinate representation of color #3926C5: hue angle of 247.17º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3926C5 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 57 | 38 | 197 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.23 |
| HSL | 247.17º | 0.68% | 0.46% | - |
| HSV(B) | 247.17º | 0.81% | 0.77% | - |
| XYZ | 12.46 | 6.29 | 53.38 | - |
| YUV | 61.81 | 204.29 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 38 | 197 | 0.71 | 0.81 | 0 | 0.23 | 247.17 | 0.68 | 0.46 |
| Hex | 39 | 26 | C5 | 47 | 51 | 0 | 17 | F7 | 44 | 2E |
| Octal | 71 | 46 | 305 | 107 | 121 | 0 | 27 | 367 | 104 | 56 |
| Binary | 111001 | 100110 | 11000101 | 1000111 | 1010001 | 0 | 10111 | 11110111 | 1000100 | 101110 |
Color Harmonies of #3926C5
Complementary color
Monochromatic Colors of #3926C5
Black with #3926C5
Text Example
Text Example
White with #3926C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3926C5; }
p { color: rgb(57,38,197); }
H1.HeaderClassName
{
color: #3926C5;
}
.AnyTagClassName
{
color: #3926C5;
}
</style>
background-color css
<style>
a { background-color: #3926C5; }
a { background-color: rgb(57,38,197); }
div.DivClassName
{
background-color: #3926C5;
}
.BgClassName
{
background-color: #3926C5;
}
</style>
border-color css
<style>
span { border-color: #3926C5; }
span { border-color: rgb(57,38,197); }
td.TdClassName
{
border-color: #3926C5;
}
.TagClassName
{
border-color: #3926C5;
}
</style>