Shades of Persian Blue #3325C9
Tints of Persian Blue #3325C9
RGB
CMYK
RGB Variations
Color information
#3325C9 (or 0x3325C9) is known color: Persian Blue. HEX triplet: 33, 25 and C9. RGB value is (51,37,201). Sum of RGB (Red+Green+Blue) = 51+37+201=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 201 (78.91% from 255 or 69.55% from 289); Max value from RGB is 201 - color contains mainly: blue. Hex color #3325C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3325C9 is #CCDA36. Grayscale: #3B3B3B. Windows color (decimal): -13425207 or 13182259. OLE color: 13182259.
HSL color Cylindrical-coordinate representation of color #3325C9: hue angle of 245.12º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3325C9 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 37 | 201 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.21 |
| HSL | 245.12º | 0.69% | 0.47% | - |
| HSV(B) | 245.12º | 0.82% | 0.79% | - |
| XYZ | 12.57 | 6.24 | 55.8 | - |
| YUV | 59.88 | 207.64 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 37 | 201 | 0.75 | 0.82 | 0 | 0.21 | 245.12 | 0.69 | 0.47 |
| Hex | 33 | 25 | C9 | 4B | 52 | 0 | 15 | F5 | 45 | 2F |
| Octal | 63 | 45 | 311 | 113 | 122 | 0 | 25 | 365 | 105 | 57 |
| Binary | 110011 | 100101 | 11001001 | 1001011 | 1010010 | 0 | 10101 | 11110101 | 1000101 | 101111 |
Color Harmonies of #3325C9
Complementary color
Monochromatic Colors of #3325C9
Black with #3325C9
Text Example
Text Example
White with #3325C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3325C9; }
p { color: rgb(51,37,201); }
H1.HeaderClassName
{
color: #3325C9;
}
.AnyTagClassName
{
color: #3325C9;
}
</style>
background-color css
<style>
a { background-color: #3325C9; }
a { background-color: rgb(51,37,201); }
div.DivClassName
{
background-color: #3325C9;
}
.BgClassName
{
background-color: #3325C9;
}
</style>
border-color css
<style>
span { border-color: #3325C9; }
span { border-color: rgb(51,37,201); }
td.TdClassName
{
border-color: #3325C9;
}
.TagClassName
{
border-color: #3325C9;
}
</style>