Shades of Persian Blue #3231CC
Tints of Persian Blue #3231CC
RGB
CMYK
RGB Variations
Color information
#3231CC (or 0x3231CC) is known color: Persian Blue. HEX triplet: 32, 31 and CC. RGB value is (50,49,204). Sum of RGB (Red+Green+Blue) = 50+49+204=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #3231CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3231CC is #CDCE33. Grayscale: #424242. Windows color (decimal): -13487668 or 13381938. OLE color: 13381938.
HSL color Cylindrical-coordinate representation of color #3231CC: hue angle of 240.39º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3231CC is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 49 | 204 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.2 |
| HSL | 240.39º | 0.61% | 0.5% | - |
| HSV(B) | 240.39º | 0.76% | 0.8% | - |
| XYZ | 13.31 | 7.23 | 57.82 | - |
| YUV | 66.97 | 205.33 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 49 | 204 | 0.75 | 0.76 | 0 | 0.2 | 240.39 | 0.61 | 0.5 |
| Hex | 32 | 31 | CC | 4B | 4C | 0 | 14 | F0 | 3D | 32 |
| Octal | 62 | 61 | 314 | 113 | 114 | 0 | 24 | 360 | 75 | 62 |
| Binary | 110010 | 110001 | 11001100 | 1001011 | 1001100 | 0 | 10100 | 11110000 | 111101 | 110010 |
Color Harmonies of #3231CC
Complementary color
Monochromatic Colors of #3231CC
Black with #3231CC
Text Example
Text Example
White with #3231CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3231CC; }
p { color: rgb(50,49,204); }
H1.HeaderClassName
{
color: #3231CC;
}
.AnyTagClassName
{
color: #3231CC;
}
</style>
background-color css
<style>
a { background-color: #3231CC; }
a { background-color: rgb(50,49,204); }
div.DivClassName
{
background-color: #3231CC;
}
.BgClassName
{
background-color: #3231CC;
}
</style>
border-color css
<style>
span { border-color: #3231CC; }
span { border-color: rgb(50,49,204); }
td.TdClassName
{
border-color: #3231CC;
}
.TagClassName
{
border-color: #3231CC;
}
</style>