Shades of Persian Blue #302ED1
Tints of Persian Blue #302ED1
RGB
CMYK
RGB Variations
Color information
#302ED1 (or 0x302ED1) is known color: Persian Blue. HEX triplet: 30, 2E and D1. RGB value is (48,46,209). Sum of RGB (Red+Green+Blue) = 48+46+209=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 209 (82.03% from 255 or 68.98% from 303); Max value from RGB is 209 - color contains mainly: blue. Hex color #302ED1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302ED1 is #CFD12E. Grayscale: #404040. Windows color (decimal): -13619503 or 13708848. OLE color: 13708848.
HSL color Cylindrical-coordinate representation of color #302ED1: hue angle of 240.74º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #302ED1 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 46 | 209 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.18 |
| HSL | 240.74º | 0.64% | 0.5% | - |
| HSV(B) | 240.74º | 0.78% | 0.82% | - |
| XYZ | 13.7 | 7.19 | 60.99 | - |
| YUV | 65.18 | 209.16 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 209 | 0.77 | 0.78 | 0 | 0.18 | 240.74 | 0.64 | 0.5 |
| Hex | 30 | 2E | D1 | 4D | 4E | 0 | 12 | F1 | 40 | 32 |
| Octal | 60 | 56 | 321 | 115 | 116 | 0 | 22 | 361 | 100 | 62 |
| Binary | 110000 | 101110 | 11010001 | 1001101 | 1001110 | 0 | 10010 | 11110001 | 1000000 | 110010 |
Color Harmonies of #302ED1
Complementary color
Monochromatic Colors of #302ED1
Black with #302ED1
Text Example
Text Example
White with #302ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302ED1; }
p { color: rgb(48,46,209); }
H1.HeaderClassName
{
color: #302ED1;
}
.AnyTagClassName
{
color: #302ED1;
}
</style>
background-color css
<style>
a { background-color: #302ED1; }
a { background-color: rgb(48,46,209); }
div.DivClassName
{
background-color: #302ED1;
}
.BgClassName
{
background-color: #302ED1;
}
</style>
border-color css
<style>
span { border-color: #302ED1; }
span { border-color: rgb(48,46,209); }
td.TdClassName
{
border-color: #302ED1;
}
.TagClassName
{
border-color: #302ED1;
}
</style>