Shades of Persian Blue #3330AA
Tints of Persian Blue #3330AA
RGB
CMYK
RGB Variations
Color information
#3330AA (or 0x3330AA) is known color: Persian Blue. HEX triplet: 33, 30 and AA. RGB value is (51,48,170). Sum of RGB (Red+Green+Blue) = 51+48+170=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #3330AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3330AA is #CCCF55. Grayscale: #3E3E3E. Windows color (decimal): -13422422 or 11153459. OLE color: 11153459.
HSL color Cylindrical-coordinate representation of color #3330AA: hue angle of 241.48º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3330AA is Cyan = 0.7, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 48 | 170 | - |
| CMYK | 0.7 | 0.72 | 0 | 0.33 |
| HSL | 241.48º | 0.56% | 0.43% | - |
| HSV(B) | 241.48º | 0.72% | 0.67% | - |
| XYZ | 9.68 | 5.72 | 38.62 | - |
| YUV | 62.81 | 188.49 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 170 | 0.7 | 0.72 | 0 | 0.33 | 241.48 | 0.56 | 0.43 |
| Hex | 33 | 30 | AA | 46 | 48 | 0 | 21 | F1 | 38 | 2B |
| Octal | 63 | 60 | 252 | 106 | 110 | 0 | 41 | 361 | 70 | 53 |
| Binary | 110011 | 110000 | 10101010 | 1000110 | 1001000 | 0 | 100001 | 11110001 | 111000 | 101011 |
Color Harmonies of #3330AA
Complementary color
Monochromatic Colors of #3330AA
Black with #3330AA
Text Example
Text Example
White with #3330AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3330AA; }
p { color: rgb(51,48,170); }
H1.HeaderClassName
{
color: #3330AA;
}
.AnyTagClassName
{
color: #3330AA;
}
</style>
background-color css
<style>
a { background-color: #3330AA; }
a { background-color: rgb(51,48,170); }
div.DivClassName
{
background-color: #3330AA;
}
.BgClassName
{
background-color: #3330AA;
}
</style>
border-color css
<style>
span { border-color: #3330AA; }
span { border-color: rgb(51,48,170); }
td.TdClassName
{
border-color: #3330AA;
}
.TagClassName
{
border-color: #3330AA;
}
</style>