Shades of Persian Blue #3312C1
Tints of Persian Blue #3312C1
RGB
CMYK
RGB Variations
Color information
#3312C1 (or 0x3312C1) is known color: Persian Blue. HEX triplet: 33, 12 and C1. RGB value is (51,18,193). Sum of RGB (Red+Green+Blue) = 51+18+193=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 193 (75.78% from 255 or 73.66% from 262); Max value from RGB is 193 - color contains mainly: blue. Hex color #3312C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3312C1 is #CCED3E. Grayscale: #2F2F2F. Windows color (decimal): -13430079 or 12653107. OLE color: 12653107.
HSL color Cylindrical-coordinate representation of color #3312C1: hue angle of 251.31º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3312C1 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 18 | 193 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.24 |
| HSL | 251.31º | 0.83% | 0.41% | - |
| HSV(B) | 251.31º | 0.91% | 0.76% | - |
| XYZ | 11.21 | 4.99 | 50.82 | - |
| YUV | 47.82 | 209.93 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 18 | 193 | 0.74 | 0.91 | 0 | 0.24 | 251.31 | 0.83 | 0.41 |
| Hex | 33 | 12 | C1 | 4A | 5B | 0 | 18 | FB | 53 | 29 |
| Octal | 63 | 22 | 301 | 112 | 133 | 0 | 30 | 373 | 123 | 51 |
| Binary | 110011 | 10010 | 11000001 | 1001010 | 1011011 | 0 | 11000 | 11111011 | 1010011 | 101001 |
Color Harmonies of #3312C1
Complementary color
Monochromatic Colors of #3312C1
Black with #3312C1
Text Example
Text Example
White with #3312C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3312C1; }
p { color: rgb(51,18,193); }
H1.HeaderClassName
{
color: #3312C1;
}
.AnyTagClassName
{
color: #3312C1;
}
</style>
background-color css
<style>
a { background-color: #3312C1; }
a { background-color: rgb(51,18,193); }
div.DivClassName
{
background-color: #3312C1;
}
.BgClassName
{
background-color: #3312C1;
}
</style>
border-color css
<style>
span { border-color: #3312C1; }
span { border-color: rgb(51,18,193); }
td.TdClassName
{
border-color: #3312C1;
}
.TagClassName
{
border-color: #3312C1;
}
</style>