Shades of Persian Blue #3022AA
Tints of Persian Blue #3022AA
RGB
CMYK
RGB Variations
Color information
#3022AA (or 0x3022AA) is known color: Persian Blue. HEX triplet: 30, 22 and AA. RGB value is (48,34,170). Sum of RGB (Red+Green+Blue) = 48+34+170=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #3022AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3022AA is #CFDD55. Grayscale: #353535. Windows color (decimal): -13622614 or 11149872. OLE color: 11149872.
HSL color Cylindrical-coordinate representation of color #3022AA: hue angle of 246.18º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3022AA is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 34 | 170 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.33 |
| HSL | 246.18º | 0.67% | 0.4% | - |
| HSV(B) | 246.18º | 0.8% | 0.67% | - |
| XYZ | 9.05 | 4.67 | 38.46 | - |
| YUV | 53.69 | 193.64 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 170 | 0.72 | 0.80 | 0 | 0.33 | 246.18 | 0.67 | 0.4 |
| Hex | 30 | 22 | AA | 48 | 50 | 0 | 21 | F6 | 43 | 28 |
| Octal | 60 | 42 | 252 | 110 | 120 | 0 | 41 | 366 | 103 | 50 |
| Binary | 110000 | 100010 | 10101010 | 1001000 | 1010000 | 0 | 100001 | 11110110 | 1000011 | 101000 |
Color Harmonies of #3022AA
Complementary color
Monochromatic Colors of #3022AA
Black with #3022AA
Text Example
Text Example
White with #3022AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3022AA; }
p { color: rgb(48,34,170); }
H1.HeaderClassName
{
color: #3022AA;
}
.AnyTagClassName
{
color: #3022AA;
}
</style>
background-color css
<style>
a { background-color: #3022AA; }
a { background-color: rgb(48,34,170); }
div.DivClassName
{
background-color: #3022AA;
}
.BgClassName
{
background-color: #3022AA;
}
</style>
border-color css
<style>
span { border-color: #3022AA; }
span { border-color: rgb(48,34,170); }
td.TdClassName
{
border-color: #3022AA;
}
.TagClassName
{
border-color: #3022AA;
}
</style>