Shades of Persian Blue #3313CA
Tints of Persian Blue #3313CA
RGB
CMYK
RGB Variations
Color information
#3313CA (or 0x3313CA) is known color: Persian Blue. HEX triplet: 33, 13 and CA. RGB value is (51,19,202). Sum of RGB (Red+Green+Blue) = 51+19+202=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 202 (79.30% from 255 or 74.26% from 272); Max value from RGB is 202 - color contains mainly: blue. Hex color #3313CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3313CA is #CCEC35. Grayscale: #303030. Windows color (decimal): -13429814 or 13243187. OLE color: 13243187.
HSL color Cylindrical-coordinate representation of color #3313CA: hue angle of 250.49º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3313CA is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 19 | 202 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.21 |
| HSL | 250.49º | 0.83% | 0.43% | - |
| HSV(B) | 250.49º | 0.91% | 0.79% | - |
| XYZ | 12.26 | 5.43 | 56.28 | - |
| YUV | 49.43 | 214.1 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 202 | 0.75 | 0.91 | 0 | 0.21 | 250.49 | 0.83 | 0.43 |
| Hex | 33 | 13 | CA | 4B | 5B | 0 | 15 | FA | 53 | 2B |
| Octal | 63 | 23 | 312 | 113 | 133 | 0 | 25 | 372 | 123 | 53 |
| Binary | 110011 | 10011 | 11001010 | 1001011 | 1011011 | 0 | 10101 | 11111010 | 1010011 | 101011 |
Color Harmonies of #3313CA
Complementary color
Monochromatic Colors of #3313CA
Black with #3313CA
Text Example
Text Example
White with #3313CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3313CA; }
p { color: rgb(51,19,202); }
H1.HeaderClassName
{
color: #3313CA;
}
.AnyTagClassName
{
color: #3313CA;
}
</style>
background-color css
<style>
a { background-color: #3313CA; }
a { background-color: rgb(51,19,202); }
div.DivClassName
{
background-color: #3313CA;
}
.BgClassName
{
background-color: #3313CA;
}
</style>
border-color css
<style>
span { border-color: #3313CA; }
span { border-color: rgb(51,19,202); }
td.TdClassName
{
border-color: #3313CA;
}
.TagClassName
{
border-color: #3313CA;
}
</style>