Shades of Persian Blue #3339C9
Tints of Persian Blue #3339C9
RGB
CMYK
RGB Variations
Color information
#3339C9 (or 0x3339C9) is known color: Persian Blue. HEX triplet: 33, 39 and C9. RGB value is (51,57,201). Sum of RGB (Red+Green+Blue) = 51+57+201=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 201 (78.91% from 255 or 65.05% from 309); Max value from RGB is 201 - color contains mainly: blue. Hex color #3339C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3339C9 is #CCC636. Grayscale: #474747. Windows color (decimal): -13420087 or 13187379. OLE color: 13187379.
HSL color Cylindrical-coordinate representation of color #3339C9: hue angle of 237.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3339C9 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 57 | 201 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.21 |
| HSL | 237.6º | 0.6% | 0.49% | - |
| HSV(B) | 237.6º | 0.75% | 0.79% | - |
| XYZ | 13.37 | 7.85 | 56.07 | - |
| YUV | 71.62 | 201.01 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 57 | 201 | 0.75 | 0.72 | 0 | 0.21 | 237.6 | 0.6 | 0.49 |
| Hex | 33 | 39 | C9 | 4B | 48 | 0 | 15 | EE | 3C | 31 |
| Octal | 63 | 71 | 311 | 113 | 110 | 0 | 25 | 356 | 74 | 61 |
| Binary | 110011 | 111001 | 11001001 | 1001011 | 1001000 | 0 | 10101 | 11101110 | 111100 | 110001 |
Color Harmonies of #3339C9
Complementary color
Monochromatic Colors of #3339C9
Black with #3339C9
Text Example
Text Example
White with #3339C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3339C9; }
p { color: rgb(51,57,201); }
H1.HeaderClassName
{
color: #3339C9;
}
.AnyTagClassName
{
color: #3339C9;
}
</style>
background-color css
<style>
a { background-color: #3339C9; }
a { background-color: rgb(51,57,201); }
div.DivClassName
{
background-color: #3339C9;
}
.BgClassName
{
background-color: #3339C9;
}
</style>
border-color css
<style>
span { border-color: #3339C9; }
span { border-color: rgb(51,57,201); }
td.TdClassName
{
border-color: #3339C9;
}
.TagClassName
{
border-color: #3339C9;
}
</style>