Shades of Persian Blue #3028DE
Tints of Persian Blue #3028DE
RGB
CMYK
RGB Variations
Color information
#3028DE (or 0x3028DE) is known color: Persian Blue. HEX triplet: 30, 28 and DE. RGB value is (48,40,222). Sum of RGB (Red+Green+Blue) = 48+40+222=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 222 (87.11% from 255 or 71.61% from 310); Max value from RGB is 222 - color contains mainly: blue. Hex color #3028DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3028DE is #CFD721. Grayscale: #3E3E3E. Windows color (decimal): -13621026 or 14559280. OLE color: 14559280.
HSL color Cylindrical-coordinate representation of color #3028DE: hue angle of 242.64º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3028DE is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 40 | 222 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.13 |
| HSL | 242.64º | 0.73% | 0.51% | - |
| HSV(B) | 242.64º | 0.82% | 0.87% | - |
| XYZ | 15.16 | 7.42 | 69.74 | - |
| YUV | 63.14 | 217.65 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 222 | 0.78 | 0.82 | 0 | 0.13 | 242.64 | 0.73 | 0.51 |
| Hex | 30 | 28 | DE | 4E | 52 | 0 | D | F3 | 49 | 33 |
| Octal | 60 | 50 | 336 | 116 | 122 | 0 | 15 | 363 | 111 | 63 |
| Binary | 110000 | 101000 | 11011110 | 1001110 | 1010010 | 0 | 1101 | 11110011 | 1001001 | 110011 |
Color Harmonies of #3028DE
Complementary color
Monochromatic Colors of #3028DE
Black with #3028DE
Text Example
Text Example
White with #3028DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3028DE; }
p { color: rgb(48,40,222); }
H1.HeaderClassName
{
color: #3028DE;
}
.AnyTagClassName
{
color: #3028DE;
}
</style>
background-color css
<style>
a { background-color: #3028DE; }
a { background-color: rgb(48,40,222); }
div.DivClassName
{
background-color: #3028DE;
}
.BgClassName
{
background-color: #3028DE;
}
</style>
border-color css
<style>
span { border-color: #3028DE; }
span { border-color: rgb(48,40,222); }
td.TdClassName
{
border-color: #3028DE;
}
.TagClassName
{
border-color: #3028DE;
}
</style>