Shades of Persian Blue #302AAF
Tints of Persian Blue #302AAF
RGB
CMYK
RGB Variations
Color information
#302AAF (or 0x302AAF) is known color: Persian Blue. HEX triplet: 30, 2A and AF. RGB value is (48,42,175). Sum of RGB (Red+Green+Blue) = 48+42+175=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #302AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302AAF is #CFD550. Grayscale: #3A3A3A. Windows color (decimal): -13620561 or 11479600. OLE color: 11479600.
HSL color Cylindrical-coordinate representation of color #302AAF: hue angle of 242.71º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #302AAF is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 42 | 175 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.31 |
| HSL | 242.71º | 0.61% | 0.43% | - |
| HSV(B) | 242.71º | 0.76% | 0.69% | - |
| XYZ | 9.78 | 5.38 | 41.08 | - |
| YUV | 58.96 | 193.49 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 175 | 0.73 | 0.76 | 0 | 0.31 | 242.71 | 0.61 | 0.43 |
| Hex | 30 | 2A | AF | 49 | 4C | 0 | 1F | F3 | 3D | 2B |
| Octal | 60 | 52 | 257 | 111 | 114 | 0 | 37 | 363 | 75 | 53 |
| Binary | 110000 | 101010 | 10101111 | 1001001 | 1001100 | 0 | 11111 | 11110011 | 111101 | 101011 |
Color Harmonies of #302AAF
Complementary color
Monochromatic Colors of #302AAF
Black with #302AAF
Text Example
Text Example
White with #302AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302AAF; }
p { color: rgb(48,42,175); }
H1.HeaderClassName
{
color: #302AAF;
}
.AnyTagClassName
{
color: #302AAF;
}
</style>
background-color css
<style>
a { background-color: #302AAF; }
a { background-color: rgb(48,42,175); }
div.DivClassName
{
background-color: #302AAF;
}
.BgClassName
{
background-color: #302AAF;
}
</style>
border-color css
<style>
span { border-color: #302AAF; }
span { border-color: rgb(48,42,175); }
td.TdClassName
{
border-color: #302AAF;
}
.TagClassName
{
border-color: #302AAF;
}
</style>