Shades of Persian Blue #302CDF
Tints of Persian Blue #302CDF
RGB
CMYK
RGB Variations
Color information
#302CDF (or 0x302CDF) is known color: Persian Blue. HEX triplet: 30, 2C and DF. RGB value is (48,44,223). Sum of RGB (Red+Green+Blue) = 48+44+223=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #302CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302CDF is #CFD320. Grayscale: #404040. Windows color (decimal): -13620001 or 14625840. OLE color: 14625840.
HSL color Cylindrical-coordinate representation of color #302CDF: hue angle of 241.34º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #302CDF is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 44 | 223 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.13 |
| HSL | 241.34º | 0.74% | 0.52% | - |
| HSV(B) | 241.34º | 0.8% | 0.87% | - |
| XYZ | 15.44 | 7.76 | 70.5 | - |
| YUV | 65.6 | 216.83 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 223 | 0.78 | 0.80 | 0 | 0.13 | 241.34 | 0.74 | 0.52 |
| Hex | 30 | 2C | DF | 4E | 50 | 0 | D | F1 | 4A | 34 |
| Octal | 60 | 54 | 337 | 116 | 120 | 0 | 15 | 361 | 112 | 64 |
| Binary | 110000 | 101100 | 11011111 | 1001110 | 1010000 | 0 | 1101 | 11110001 | 1001010 | 110100 |
Color Harmonies of #302CDF
Complementary color
Monochromatic Colors of #302CDF
Black with #302CDF
Text Example
Text Example
White with #302CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302CDF; }
p { color: rgb(48,44,223); }
H1.HeaderClassName
{
color: #302CDF;
}
.AnyTagClassName
{
color: #302CDF;
}
</style>
background-color css
<style>
a { background-color: #302CDF; }
a { background-color: rgb(48,44,223); }
div.DivClassName
{
background-color: #302CDF;
}
.BgClassName
{
background-color: #302CDF;
}
</style>
border-color css
<style>
span { border-color: #302CDF; }
span { border-color: rgb(48,44,223); }
td.TdClassName
{
border-color: #302CDF;
}
.TagClassName
{
border-color: #302CDF;
}
</style>