Shades of Persian Blue #302AAA
Tints of Persian Blue #302AAA
RGB
CMYK
RGB Variations
Color information
#302AAA (or 0x302AAA) is known color: Persian Blue. HEX triplet: 30, 2A and AA. RGB value is (48,42,170). Sum of RGB (Red+Green+Blue) = 48+42+170=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #302AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302AAA is #CFD555. Grayscale: #393939. Windows color (decimal): -13620566 or 11151920. OLE color: 11151920.
HSL color Cylindrical-coordinate representation of color #302AAA: hue angle of 242.81º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #302AAA is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 42 | 170 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.33 |
| HSL | 242.81º | 0.6% | 0.42% | - |
| HSV(B) | 242.81º | 0.75% | 0.67% | - |
| XYZ | 9.3 | 5.19 | 38.54 | - |
| YUV | 58.39 | 190.99 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 170 | 0.72 | 0.75 | 0 | 0.33 | 242.81 | 0.6 | 0.42 |
| Hex | 30 | 2A | AA | 48 | 4B | 0 | 21 | F3 | 3C | 2A |
| Octal | 60 | 52 | 252 | 110 | 113 | 0 | 41 | 363 | 74 | 52 |
| Binary | 110000 | 101010 | 10101010 | 1001000 | 1001011 | 0 | 100001 | 11110011 | 111100 | 101010 |
Color Harmonies of #302AAA
Complementary color
Monochromatic Colors of #302AAA
Black with #302AAA
Text Example
Text Example
White with #302AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302AAA; }
p { color: rgb(48,42,170); }
H1.HeaderClassName
{
color: #302AAA;
}
.AnyTagClassName
{
color: #302AAA;
}
</style>
background-color css
<style>
a { background-color: #302AAA; }
a { background-color: rgb(48,42,170); }
div.DivClassName
{
background-color: #302AAA;
}
.BgClassName
{
background-color: #302AAA;
}
</style>
border-color css
<style>
span { border-color: #302AAA; }
span { border-color: rgb(48,42,170); }
td.TdClassName
{
border-color: #302AAA;
}
.TagClassName
{
border-color: #302AAA;
}
</style>