Shades of Persian Blue #3120C3
Tints of Persian Blue #3120C3
RGB
CMYK
RGB Variations
Color information
#3120C3 (or 0x3120C3) is known color: Persian Blue. HEX triplet: 31, 20 and C3. RGB value is (49,32,195). Sum of RGB (Red+Green+Blue) = 49+32+195=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 195 (76.56% from 255 or 70.65% from 276); Max value from RGB is 195 - color contains mainly: blue. Hex color #3120C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3120C3 is #CEDF3C. Grayscale: #373737. Windows color (decimal): -13557565 or 12787761. OLE color: 12787761.
HSL color Cylindrical-coordinate representation of color #3120C3: hue angle of 246.26º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3120C3 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 32 | 195 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.24 |
| HSL | 246.26º | 0.72% | 0.45% | - |
| HSV(B) | 246.26º | 0.84% | 0.76% | - |
| XYZ | 11.63 | 5.63 | 52.1 | - |
| YUV | 55.67 | 206.63 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 195 | 0.75 | 0.84 | 0 | 0.24 | 246.26 | 0.72 | 0.45 |
| Hex | 31 | 20 | C3 | 4B | 54 | 0 | 18 | F6 | 48 | 2D |
| Octal | 61 | 40 | 303 | 113 | 124 | 0 | 30 | 366 | 110 | 55 |
| Binary | 110001 | 100000 | 11000011 | 1001011 | 1010100 | 0 | 11000 | 11110110 | 1001000 | 101101 |
Color Harmonies of #3120C3
Complementary color
Monochromatic Colors of #3120C3
Black with #3120C3
Text Example
Text Example
White with #3120C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3120C3; }
p { color: rgb(49,32,195); }
H1.HeaderClassName
{
color: #3120C3;
}
.AnyTagClassName
{
color: #3120C3;
}
</style>
background-color css
<style>
a { background-color: #3120C3; }
a { background-color: rgb(49,32,195); }
div.DivClassName
{
background-color: #3120C3;
}
.BgClassName
{
background-color: #3120C3;
}
</style>
border-color css
<style>
span { border-color: #3120C3; }
span { border-color: rgb(49,32,195); }
td.TdClassName
{
border-color: #3120C3;
}
.TagClassName
{
border-color: #3120C3;
}
</style>