Shades of Persian Blue #302ADB
Tints of Persian Blue #302ADB
RGB
CMYK
RGB Variations
Color information
#302ADB (or 0x302ADB) is known color: Persian Blue. HEX triplet: 30, 2A and DB. RGB value is (48,42,219). Sum of RGB (Red+Green+Blue) = 48+42+219=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #302ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302ADB is #CFD524. Grayscale: #3F3F3F. Windows color (decimal): -13620517 or 14363184. OLE color: 14363184.
HSL color Cylindrical-coordinate representation of color #302ADB: hue angle of 242.03º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #302ADB is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 42 | 219 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.14 |
| HSL | 242.03º | 0.71% | 0.51% | - |
| HSV(B) | 242.03º | 0.81% | 0.86% | - |
| XYZ | 14.83 | 7.4 | 67.66 | - |
| YUV | 63.97 | 215.49 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 219 | 0.78 | 0.81 | 0 | 0.14 | 242.03 | 0.71 | 0.51 |
| Hex | 30 | 2A | DB | 4E | 51 | 0 | E | F2 | 47 | 33 |
| Octal | 60 | 52 | 333 | 116 | 121 | 0 | 16 | 362 | 107 | 63 |
| Binary | 110000 | 101010 | 11011011 | 1001110 | 1010001 | 0 | 1110 | 11110010 | 1000111 | 110011 |
Color Harmonies of #302ADB
Complementary color
Monochromatic Colors of #302ADB
Black with #302ADB
Text Example
Text Example
White with #302ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302ADB; }
p { color: rgb(48,42,219); }
H1.HeaderClassName
{
color: #302ADB;
}
.AnyTagClassName
{
color: #302ADB;
}
</style>
background-color css
<style>
a { background-color: #302ADB; }
a { background-color: rgb(48,42,219); }
div.DivClassName
{
background-color: #302ADB;
}
.BgClassName
{
background-color: #302ADB;
}
</style>
border-color css
<style>
span { border-color: #302ADB; }
span { border-color: rgb(48,42,219); }
td.TdClassName
{
border-color: #302ADB;
}
.TagClassName
{
border-color: #302ADB;
}
</style>