Shades of Persian Blue #3027DF
Tints of Persian Blue #3027DF
RGB
CMYK
RGB Variations
Color information
#3027DF (or 0x3027DF) is known color: Persian Blue. HEX triplet: 30, 27 and DF. RGB value is (48,39,223). Sum of RGB (Red+Green+Blue) = 48+39+223=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #3027DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3027DF is #CFD820. Grayscale: #3D3D3D. Windows color (decimal): -13621281 or 14624560. OLE color: 14624560.
HSL color Cylindrical-coordinate representation of color #3027DF: hue angle of 242.93º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3027DF is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 39 | 223 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.13 |
| HSL | 242.93º | 0.74% | 0.51% | - |
| HSV(B) | 242.93º | 0.83% | 0.87% | - |
| XYZ | 15.26 | 7.41 | 70.44 | - |
| YUV | 62.67 | 218.48 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 39 | 223 | 0.78 | 0.83 | 0 | 0.13 | 242.93 | 0.74 | 0.51 |
| Hex | 30 | 27 | DF | 4E | 53 | 0 | D | F3 | 4A | 33 |
| Octal | 60 | 47 | 337 | 116 | 123 | 0 | 15 | 363 | 112 | 63 |
| Binary | 110000 | 100111 | 11011111 | 1001110 | 1010011 | 0 | 1101 | 11110011 | 1001010 | 110011 |
Color Harmonies of #3027DF
Complementary color
Monochromatic Colors of #3027DF
Black with #3027DF
Text Example
Text Example
White with #3027DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3027DF; }
p { color: rgb(48,39,223); }
H1.HeaderClassName
{
color: #3027DF;
}
.AnyTagClassName
{
color: #3027DF;
}
</style>
background-color css
<style>
a { background-color: #3027DF; }
a { background-color: rgb(48,39,223); }
div.DivClassName
{
background-color: #3027DF;
}
.BgClassName
{
background-color: #3027DF;
}
</style>
border-color css
<style>
span { border-color: #3027DF; }
span { border-color: rgb(48,39,223); }
td.TdClassName
{
border-color: #3027DF;
}
.TagClassName
{
border-color: #3027DF;
}
</style>