Shades of Persian Blue #3123C0
Tints of Persian Blue #3123C0
RGB
CMYK
RGB Variations
Color information
#3123C0 (or 0x3123C0) is known color: Persian Blue. HEX triplet: 31, 23 and C0. RGB value is (49,35,192). Sum of RGB (Red+Green+Blue) = 49+35+192=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 192 (75.39% from 255 or 69.57% from 276); Max value from RGB is 192 - color contains mainly: blue. Hex color #3123C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3123C0 is #CEDC3F. Grayscale: #383838. Windows color (decimal): -13556800 or 12591921. OLE color: 12591921.
HSL color Cylindrical-coordinate representation of color #3123C0: hue angle of 245.35º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3123C0 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 35 | 192 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.25 |
| HSL | 245.35º | 0.69% | 0.45% | - |
| HSV(B) | 245.35º | 0.82% | 0.75% | - |
| XYZ | 11.38 | 5.66 | 50.36 | - |
| YUV | 57.08 | 204.14 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 192 | 0.74 | 0.82 | 0 | 0.25 | 245.35 | 0.69 | 0.45 |
| Hex | 31 | 23 | C0 | 4A | 52 | 0 | 19 | F5 | 45 | 2D |
| Octal | 61 | 43 | 300 | 112 | 122 | 0 | 31 | 365 | 105 | 55 |
| Binary | 110001 | 100011 | 11000000 | 1001010 | 1010010 | 0 | 11001 | 11110101 | 1000101 | 101101 |
Color Harmonies of #3123C0
Complementary color
Monochromatic Colors of #3123C0
Black with #3123C0
Text Example
Text Example
White with #3123C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3123C0; }
p { color: rgb(49,35,192); }
H1.HeaderClassName
{
color: #3123C0;
}
.AnyTagClassName
{
color: #3123C0;
}
</style>
background-color css
<style>
a { background-color: #3123C0; }
a { background-color: rgb(49,35,192); }
div.DivClassName
{
background-color: #3123C0;
}
.BgClassName
{
background-color: #3123C0;
}
</style>
border-color css
<style>
span { border-color: #3123C0; }
span { border-color: rgb(49,35,192); }
td.TdClassName
{
border-color: #3123C0;
}
.TagClassName
{
border-color: #3123C0;
}
</style>