Shades of Persian Blue #3326C9
Tints of Persian Blue #3326C9
RGB
CMYK
RGB Variations
Color information
#3326C9 (or 0x3326C9) is known color: Persian Blue. HEX triplet: 33, 26 and C9. RGB value is (51,38,201). Sum of RGB (Red+Green+Blue) = 51+38+201=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 201 (78.91% from 255 or 69.31% from 290); Max value from RGB is 201 - color contains mainly: blue. Hex color #3326C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3326C9 is #CCD936. Grayscale: #3B3B3B. Windows color (decimal): -13424951 or 13182515. OLE color: 13182515.
HSL color Cylindrical-coordinate representation of color #3326C9: hue angle of 244.79º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3326C9 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 38 | 201 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.21 |
| HSL | 244.79º | 0.68% | 0.47% | - |
| HSV(B) | 244.79º | 0.81% | 0.79% | - |
| XYZ | 12.6 | 6.31 | 55.81 | - |
| YUV | 60.47 | 207.31 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 201 | 0.75 | 0.81 | 0 | 0.21 | 244.79 | 0.68 | 0.47 |
| Hex | 33 | 26 | C9 | 4B | 51 | 0 | 15 | F5 | 44 | 2F |
| Octal | 63 | 46 | 311 | 113 | 121 | 0 | 25 | 365 | 104 | 57 |
| Binary | 110011 | 100110 | 11001001 | 1001011 | 1010001 | 0 | 10101 | 11110101 | 1000100 | 101111 |
Color Harmonies of #3326C9
Complementary color
Monochromatic Colors of #3326C9
Black with #3326C9
Text Example
Text Example
White with #3326C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3326C9; }
p { color: rgb(51,38,201); }
H1.HeaderClassName
{
color: #3326C9;
}
.AnyTagClassName
{
color: #3326C9;
}
</style>
background-color css
<style>
a { background-color: #3326C9; }
a { background-color: rgb(51,38,201); }
div.DivClassName
{
background-color: #3326C9;
}
.BgClassName
{
background-color: #3326C9;
}
</style>
border-color css
<style>
span { border-color: #3326C9; }
span { border-color: rgb(51,38,201); }
td.TdClassName
{
border-color: #3326C9;
}
.TagClassName
{
border-color: #3326C9;
}
</style>