Shades of Persian Blue #302BE0
Tints of Persian Blue #302BE0
RGB
CMYK
RGB Variations
Color information
#302BE0 (or 0x302BE0) is known color: Persian Blue. HEX triplet: 30, 2B and E0. RGB value is (48,43,224). Sum of RGB (Red+Green+Blue) = 48+43+224=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 224 (87.89% from 255 or 71.11% from 315); Max value from RGB is 224 - color contains mainly: blue. Hex color #302BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302BE0 is #CFD41F. Grayscale: #404040. Windows color (decimal): -13620256 or 14691120. OLE color: 14691120.
HSL color Cylindrical-coordinate representation of color #302BE0: hue angle of 241.66º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #302BE0 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 43 | 224 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.12 |
| HSL | 241.66º | 0.74% | 0.52% | - |
| HSV(B) | 241.66º | 0.81% | 0.88% | - |
| XYZ | 15.54 | 7.74 | 71.2 | - |
| YUV | 65.13 | 217.66 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 224 | 0.79 | 0.81 | 0 | 0.12 | 241.66 | 0.74 | 0.52 |
| Hex | 30 | 2B | E0 | 4F | 51 | 0 | C | F2 | 4A | 34 |
| Octal | 60 | 53 | 340 | 117 | 121 | 0 | 14 | 362 | 112 | 64 |
| Binary | 110000 | 101011 | 11100000 | 1001111 | 1010001 | 0 | 1100 | 11110010 | 1001010 | 110100 |
Color Harmonies of #302BE0
Complementary color
Monochromatic Colors of #302BE0
Black with #302BE0
Text Example
Text Example
White with #302BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302BE0; }
p { color: rgb(48,43,224); }
H1.HeaderClassName
{
color: #302BE0;
}
.AnyTagClassName
{
color: #302BE0;
}
</style>
background-color css
<style>
a { background-color: #302BE0; }
a { background-color: rgb(48,43,224); }
div.DivClassName
{
background-color: #302BE0;
}
.BgClassName
{
background-color: #302BE0;
}
</style>
border-color css
<style>
span { border-color: #302BE0; }
span { border-color: rgb(48,43,224); }
td.TdClassName
{
border-color: #302BE0;
}
.TagClassName
{
border-color: #302BE0;
}
</style>