Shades of Persian Blue #042ADF
Tints of Persian Blue #042ADF
RGB
CMYK
RGB Variations
Color information
#042ADF (or 0x042ADF) is known color: Persian Blue. HEX triplet: 04, 2A and DF. RGB value is (4,42,223). Sum of RGB (Red+Green+Blue) = 4+42+223=269 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 223 (87.5% from 255 or 82.90% from 269); Max value from RGB is 223 - color contains mainly: blue. Hex color #042ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042ADF is #FBD520. Grayscale: #323232. Windows color (decimal): -16504097 or 14625284. OLE color: 14625284.
HSL color Cylindrical-coordinate representation of color #042ADF: hue angle of 229.59º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042ADF is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 42 | 223 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.13 |
| HSL | 229.59º | 0.96% | 0.45% | - |
| HSV(B) | 229.59º | 0.98% | 0.87% | - |
| XYZ | 14.2 | 7.01 | 70.42 | - |
| YUV | 51.27 | 224.91 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 42 | 223 | 0.98 | 0.81 | 0 | 0.13 | 229.59 | 0.96 | 0.45 |
| Hex | 4 | 2A | DF | 62 | 51 | 0 | D | E6 | 60 | 2D |
| Octal | 4 | 52 | 337 | 142 | 121 | 0 | 15 | 346 | 140 | 55 |
| Binary | 100 | 101010 | 11011111 | 1100010 | 1010001 | 0 | 1101 | 11100110 | 1100000 | 101101 |
Color Harmonies of #042ADF
Complementary color
Monochromatic Colors of #042ADF
Black with #042ADF
Text Example
Text Example
White with #042ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042ADF; }
p { color: rgb(4,42,223); }
H1.HeaderClassName
{
color: #042ADF;
}
.AnyTagClassName
{
color: #042ADF;
}
</style>
background-color css
<style>
a { background-color: #042ADF; }
a { background-color: rgb(4,42,223); }
div.DivClassName
{
background-color: #042ADF;
}
.BgClassName
{
background-color: #042ADF;
}
</style>
border-color css
<style>
span { border-color: #042ADF; }
span { border-color: rgb(4,42,223); }
td.TdClassName
{
border-color: #042ADF;
}
.TagClassName
{
border-color: #042ADF;
}
</style>