Shades of Persian Blue #302AB7
Tints of Persian Blue #302AB7
RGB
CMYK
RGB Variations
Color information
#302AB7 (or 0x302AB7) is known color: Persian Blue. HEX triplet: 30, 2A and B7. RGB value is (48,42,183). Sum of RGB (Red+Green+Blue) = 48+42+183=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 183 (71.88% from 255 or 67.03% from 273); Max value from RGB is 183 - color contains mainly: blue. Hex color #302AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302AB7 is #CFD548. Grayscale: #3B3B3B. Windows color (decimal): -13620553 or 12003888. OLE color: 12003888.
HSL color Cylindrical-coordinate representation of color #302AB7: hue angle of 242.55º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #302AB7 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 42 | 183 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.28 |
| HSL | 242.55º | 0.63% | 0.44% | - |
| HSV(B) | 242.55º | 0.77% | 0.72% | - |
| XYZ | 10.59 | 5.7 | 45.34 | - |
| YUV | 59.87 | 197.49 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 183 | 0.74 | 0.77 | 0 | 0.28 | 242.55 | 0.63 | 0.44 |
| Hex | 30 | 2A | B7 | 4A | 4D | 0 | 1C | F3 | 3F | 2C |
| Octal | 60 | 52 | 267 | 112 | 115 | 0 | 34 | 363 | 77 | 54 |
| Binary | 110000 | 101010 | 10110111 | 1001010 | 1001101 | 0 | 11100 | 11110011 | 111111 | 101100 |
Color Harmonies of #302AB7
Complementary color
Monochromatic Colors of #302AB7
Black with #302AB7
Text Example
Text Example
White with #302AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302AB7; }
p { color: rgb(48,42,183); }
H1.HeaderClassName
{
color: #302AB7;
}
.AnyTagClassName
{
color: #302AB7;
}
</style>
background-color css
<style>
a { background-color: #302AB7; }
a { background-color: rgb(48,42,183); }
div.DivClassName
{
background-color: #302AB7;
}
.BgClassName
{
background-color: #302AB7;
}
</style>
border-color css
<style>
span { border-color: #302AB7; }
span { border-color: rgb(48,42,183); }
td.TdClassName
{
border-color: #302AB7;
}
.TagClassName
{
border-color: #302AB7;
}
</style>