Shades of Persian Blue #302FD5
Tints of Persian Blue #302FD5
RGB
CMYK
RGB Variations
Color information
#302FD5 (or 0x302FD5) is known color: Persian Blue. HEX triplet: 30, 2F and D5. RGB value is (48,47,213). Sum of RGB (Red+Green+Blue) = 48+47+213=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 213 (83.59% from 255 or 69.16% from 308); Max value from RGB is 213 - color contains mainly: blue. Hex color #302FD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302FD5 is #CFD02A. Grayscale: #414141. Windows color (decimal): -13619243 or 13971248. OLE color: 13971248.
HSL color Cylindrical-coordinate representation of color #302FD5: hue angle of 240.36º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #302FD5 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 47 | 213 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.16 |
| HSL | 240.36º | 0.66% | 0.51% | - |
| HSV(B) | 240.36º | 0.78% | 0.84% | - |
| XYZ | 14.25 | 7.47 | 63.64 | - |
| YUV | 66.22 | 210.83 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 213 | 0.77 | 0.78 | 0 | 0.16 | 240.36 | 0.66 | 0.51 |
| Hex | 30 | 2F | D5 | 4D | 4E | 0 | 10 | F0 | 42 | 33 |
| Octal | 60 | 57 | 325 | 115 | 116 | 0 | 20 | 360 | 102 | 63 |
| Binary | 110000 | 101111 | 11010101 | 1001101 | 1001110 | 0 | 10000 | 11110000 | 1000010 | 110011 |
Color Harmonies of #302FD5
Complementary color
Monochromatic Colors of #302FD5
Black with #302FD5
Text Example
Text Example
White with #302FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302FD5; }
p { color: rgb(48,47,213); }
H1.HeaderClassName
{
color: #302FD5;
}
.AnyTagClassName
{
color: #302FD5;
}
</style>
background-color css
<style>
a { background-color: #302FD5; }
a { background-color: rgb(48,47,213); }
div.DivClassName
{
background-color: #302FD5;
}
.BgClassName
{
background-color: #302FD5;
}
</style>
border-color css
<style>
span { border-color: #302FD5; }
span { border-color: rgb(48,47,213); }
td.TdClassName
{
border-color: #302FD5;
}
.TagClassName
{
border-color: #302FD5;
}
</style>