Shades of Persian Blue #3326C1
Tints of Persian Blue #3326C1
RGB
CMYK
RGB Variations
Color information
#3326C1 (or 0x3326C1) is known color: Persian Blue. HEX triplet: 33, 26 and C1. RGB value is (51,38,193). Sum of RGB (Red+Green+Blue) = 51+38+193=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 193 (75.78% from 255 or 68.44% from 282); Max value from RGB is 193 - color contains mainly: blue. Hex color #3326C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3326C1 is #CCD93E. Grayscale: #3A3A3A. Windows color (decimal): -13424959 or 12658227. OLE color: 12658227.
HSL color Cylindrical-coordinate representation of color #3326C1: hue angle of 245.03º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3326C1 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 38 | 193 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.24 |
| HSL | 245.03º | 0.67% | 0.45% | - |
| HSV(B) | 245.03º | 0.8% | 0.76% | - |
| XYZ | 11.68 | 5.94 | 50.98 | - |
| YUV | 59.56 | 203.31 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 193 | 0.74 | 0.80 | 0 | 0.24 | 245.03 | 0.67 | 0.45 |
| Hex | 33 | 26 | C1 | 4A | 50 | 0 | 18 | F5 | 43 | 2D |
| Octal | 63 | 46 | 301 | 112 | 120 | 0 | 30 | 365 | 103 | 55 |
| Binary | 110011 | 100110 | 11000001 | 1001010 | 1010000 | 0 | 11000 | 11110101 | 1000011 | 101101 |
Color Harmonies of #3326C1
Complementary color
Monochromatic Colors of #3326C1
Black with #3326C1
Text Example
Text Example
White with #3326C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3326C1; }
p { color: rgb(51,38,193); }
H1.HeaderClassName
{
color: #3326C1;
}
.AnyTagClassName
{
color: #3326C1;
}
</style>
background-color css
<style>
a { background-color: #3326C1; }
a { background-color: rgb(51,38,193); }
div.DivClassName
{
background-color: #3326C1;
}
.BgClassName
{
background-color: #3326C1;
}
</style>
border-color css
<style>
span { border-color: #3326C1; }
span { border-color: rgb(51,38,193); }
td.TdClassName
{
border-color: #3326C1;
}
.TagClassName
{
border-color: #3326C1;
}
</style>