Shades of Persian Blue #3928C3
Tints of Persian Blue #3928C3
RGB
CMYK
RGB Variations
Color information
#3928C3 (or 0x3928C3) is known color: Persian Blue. HEX triplet: 39, 28 and C3. RGB value is (57,40,195). Sum of RGB (Red+Green+Blue) = 57+40+195=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 195 (76.56% from 255 or 66.78% from 292); Max value from RGB is 195 - color contains mainly: blue. Hex color #3928C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3928C3 is #C6D73C. Grayscale: #3E3E3E. Windows color (decimal): -13031229 or 12789817. OLE color: 12789817.
HSL color Cylindrical-coordinate representation of color #3928C3: hue angle of 246.58º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3928C3 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 40 | 195 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.24 |
| HSL | 246.58º | 0.66% | 0.46% | - |
| HSV(B) | 246.58º | 0.79% | 0.76% | - |
| XYZ | 12.3 | 6.33 | 52.2 | - |
| YUV | 62.75 | 202.63 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 40 | 195 | 0.71 | 0.79 | 0 | 0.24 | 246.58 | 0.66 | 0.46 |
| Hex | 39 | 28 | C3 | 47 | 4F | 0 | 18 | F7 | 42 | 2E |
| Octal | 71 | 50 | 303 | 107 | 117 | 0 | 30 | 367 | 102 | 56 |
| Binary | 111001 | 101000 | 11000011 | 1000111 | 1001111 | 0 | 11000 | 11110111 | 1000010 | 101110 |
Color Harmonies of #3928C3
Complementary color
Monochromatic Colors of #3928C3
Black with #3928C3
Text Example
Text Example
White with #3928C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3928C3; }
p { color: rgb(57,40,195); }
H1.HeaderClassName
{
color: #3928C3;
}
.AnyTagClassName
{
color: #3928C3;
}
</style>
background-color css
<style>
a { background-color: #3928C3; }
a { background-color: rgb(57,40,195); }
div.DivClassName
{
background-color: #3928C3;
}
.BgClassName
{
background-color: #3928C3;
}
</style>
border-color css
<style>
span { border-color: #3928C3; }
span { border-color: rgb(57,40,195); }
td.TdClassName
{
border-color: #3928C3;
}
.TagClassName
{
border-color: #3928C3;
}
</style>