Shades of Persian Blue #3212C2
Tints of Persian Blue #3212C2
RGB
CMYK
RGB Variations
Color information
#3212C2 (or 0x3212C2) is known color: Persian Blue. HEX triplet: 32, 12 and C2. RGB value is (50,18,194). Sum of RGB (Red+Green+Blue) = 50+18+194=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 194 (76.17% from 255 or 74.05% from 262); Max value from RGB is 194 - color contains mainly: blue. Hex color #3212C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3212C2 is #CDED3D. Grayscale: #2E2E2E. Windows color (decimal): -13495614 or 12718642. OLE color: 12718642.
HSL color Cylindrical-coordinate representation of color #3212C2: hue angle of 250.91º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3212C2 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 18 | 194 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.24 |
| HSL | 250.91º | 0.83% | 0.42% | - |
| HSV(B) | 250.91º | 0.91% | 0.76% | - |
| XYZ | 11.27 | 5.01 | 51.41 | - |
| YUV | 47.63 | 210.6 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 194 | 0.74 | 0.91 | 0 | 0.24 | 250.91 | 0.83 | 0.42 |
| Hex | 32 | 12 | C2 | 4A | 5B | 0 | 18 | FB | 53 | 2A |
| Octal | 62 | 22 | 302 | 112 | 133 | 0 | 30 | 373 | 123 | 52 |
| Binary | 110010 | 10010 | 11000010 | 1001010 | 1011011 | 0 | 11000 | 11111011 | 1010011 | 101010 |
Color Harmonies of #3212C2
Complementary color
Monochromatic Colors of #3212C2
Black with #3212C2
Text Example
Text Example
White with #3212C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3212C2; }
p { color: rgb(50,18,194); }
H1.HeaderClassName
{
color: #3212C2;
}
.AnyTagClassName
{
color: #3212C2;
}
</style>
background-color css
<style>
a { background-color: #3212C2; }
a { background-color: rgb(50,18,194); }
div.DivClassName
{
background-color: #3212C2;
}
.BgClassName
{
background-color: #3212C2;
}
</style>
border-color css
<style>
span { border-color: #3212C2; }
span { border-color: rgb(50,18,194); }
td.TdClassName
{
border-color: #3212C2;
}
.TagClassName
{
border-color: #3212C2;
}
</style>