Shades of Persian Blue #3028DB
Tints of Persian Blue #3028DB
RGB
CMYK
RGB Variations
Color information
#3028DB (or 0x3028DB) is known color: Persian Blue. HEX triplet: 30, 28 and DB. RGB value is (48,40,219). Sum of RGB (Red+Green+Blue) = 48+40+219=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #3028DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3028DB is #CFD724. Grayscale: #3E3E3E. Windows color (decimal): -13621029 or 14362672. OLE color: 14362672.
HSL color Cylindrical-coordinate representation of color #3028DB: hue angle of 242.68º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3028DB is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 40 | 219 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.14 |
| HSL | 242.68º | 0.71% | 0.51% | - |
| HSV(B) | 242.68º | 0.82% | 0.86% | - |
| XYZ | 14.76 | 7.26 | 67.64 | - |
| YUV | 62.8 | 216.15 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 219 | 0.78 | 0.82 | 0 | 0.14 | 242.68 | 0.71 | 0.51 |
| Hex | 30 | 28 | DB | 4E | 52 | 0 | E | F3 | 47 | 33 |
| Octal | 60 | 50 | 333 | 116 | 122 | 0 | 16 | 363 | 107 | 63 |
| Binary | 110000 | 101000 | 11011011 | 1001110 | 1010010 | 0 | 1110 | 11110011 | 1000111 | 110011 |
Color Harmonies of #3028DB
Complementary color
Monochromatic Colors of #3028DB
Black with #3028DB
Text Example
Text Example
White with #3028DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3028DB; }
p { color: rgb(48,40,219); }
H1.HeaderClassName
{
color: #3028DB;
}
.AnyTagClassName
{
color: #3028DB;
}
</style>
background-color css
<style>
a { background-color: #3028DB; }
a { background-color: rgb(48,40,219); }
div.DivClassName
{
background-color: #3028DB;
}
.BgClassName
{
background-color: #3028DB;
}
</style>
border-color css
<style>
span { border-color: #3028DB; }
span { border-color: rgb(48,40,219); }
td.TdClassName
{
border-color: #3028DB;
}
.TagClassName
{
border-color: #3028DB;
}
</style>