Shades of Persian Blue #392CC1
Tints of Persian Blue #392CC1
RGB
CMYK
RGB Variations
Color information
#392CC1 (or 0x392CC1) is known color: Persian Blue. HEX triplet: 39, 2C and C1. RGB value is (57,44,193). Sum of RGB (Red+Green+Blue) = 57+44+193=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 193 (75.78% from 255 or 65.65% from 294); Max value from RGB is 193 - color contains mainly: blue. Hex color #392CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392CC1 is #C6D33E. Grayscale: #404040. Windows color (decimal): -13030207 or 12659769. OLE color: 12659769.
HSL color Cylindrical-coordinate representation of color #392CC1: hue angle of 245.23º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #392CC1 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 44 | 193 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.24 |
| HSL | 245.23º | 0.63% | 0.46% | - |
| HSV(B) | 245.23º | 0.77% | 0.76% | - |
| XYZ | 12.21 | 6.52 | 51.07 | - |
| YUV | 64.87 | 200.31 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 193 | 0.70 | 0.77 | 0 | 0.24 | 245.23 | 0.63 | 0.46 |
| Hex | 39 | 2C | C1 | 46 | 4D | 0 | 18 | F5 | 3F | 2E |
| Octal | 71 | 54 | 301 | 106 | 115 | 0 | 30 | 365 | 77 | 56 |
| Binary | 111001 | 101100 | 11000001 | 1000110 | 1001101 | 0 | 11000 | 11110101 | 111111 | 101110 |
Color Harmonies of #392CC1
Complementary color
Monochromatic Colors of #392CC1
Black with #392CC1
Text Example
Text Example
White with #392CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392CC1; }
p { color: rgb(57,44,193); }
H1.HeaderClassName
{
color: #392CC1;
}
.AnyTagClassName
{
color: #392CC1;
}
</style>
background-color css
<style>
a { background-color: #392CC1; }
a { background-color: rgb(57,44,193); }
div.DivClassName
{
background-color: #392CC1;
}
.BgClassName
{
background-color: #392CC1;
}
</style>
border-color css
<style>
span { border-color: #392CC1; }
span { border-color: rgb(57,44,193); }
td.TdClassName
{
border-color: #392CC1;
}
.TagClassName
{
border-color: #392CC1;
}
</style>