Shades of Persian Blue #042AD5
Tints of Persian Blue #042AD5
RGB
CMYK
RGB Variations
Color information
#042AD5 (or 0x042AD5) is known color: Persian Blue. HEX triplet: 04, 2A and D5. RGB value is (4,42,213). Sum of RGB (Red+Green+Blue) = 4+42+213=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 213 (83.59% from 255 or 82.24% from 259); Max value from RGB is 213 - color contains mainly: blue. Hex color #042AD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042AD5 is #FBD52A. Grayscale: #313131. Windows color (decimal): -16504107 or 13969924. OLE color: 13969924.
HSL color Cylindrical-coordinate representation of color #042AD5: hue angle of 229.09º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042AD5 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 42 | 213 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.16 |
| HSL | 229.09º | 0.96% | 0.43% | - |
| HSV(B) | 229.09º | 0.98% | 0.84% | - |
| XYZ | 12.89 | 6.49 | 63.52 | - |
| YUV | 50.13 | 219.91 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 42 | 213 | 0.98 | 0.80 | 0 | 0.16 | 229.09 | 0.96 | 0.43 |
| Hex | 4 | 2A | D5 | 62 | 50 | 0 | 10 | E5 | 60 | 2B |
| Octal | 4 | 52 | 325 | 142 | 120 | 0 | 20 | 345 | 140 | 53 |
| Binary | 100 | 101010 | 11010101 | 1100010 | 1010000 | 0 | 10000 | 11100101 | 1100000 | 101011 |
Color Harmonies of #042AD5
Complementary color
Monochromatic Colors of #042AD5
Black with #042AD5
Text Example
Text Example
White with #042AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042AD5; }
p { color: rgb(4,42,213); }
H1.HeaderClassName
{
color: #042AD5;
}
.AnyTagClassName
{
color: #042AD5;
}
</style>
background-color css
<style>
a { background-color: #042AD5; }
a { background-color: rgb(4,42,213); }
div.DivClassName
{
background-color: #042AD5;
}
.BgClassName
{
background-color: #042AD5;
}
</style>
border-color css
<style>
span { border-color: #042AD5; }
span { border-color: rgb(4,42,213); }
td.TdClassName
{
border-color: #042AD5;
}
.TagClassName
{
border-color: #042AD5;
}
</style>