Shades of Persian Blue #042ACF
Tints of Persian Blue #042ACF
RGB
CMYK
RGB Variations
Color information
#042ACF (or 0x042ACF) is known color: Persian Blue. HEX triplet: 04, 2A and CF. RGB value is (4,42,207). Sum of RGB (Red+Green+Blue) = 4+42+207=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 207 (81.25% from 255 or 81.82% from 253); Max value from RGB is 207 - color contains mainly: blue. Hex color #042ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042ACF is #FBD530. Grayscale: #303030. Windows color (decimal): -16504113 or 13576708. OLE color: 13576708.
HSL color Cylindrical-coordinate representation of color #042ACF: hue angle of 228.77º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042ACF is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 42 | 207 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.19 |
| HSL | 228.77º | 0.96% | 0.41% | - |
| HSV(B) | 228.77º | 0.98% | 0.81% | - |
| XYZ | 12.14 | 6.19 | 59.59 | - |
| YUV | 49.45 | 216.91 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 42 | 207 | 0.98 | 0.80 | 0 | 0.19 | 228.77 | 0.96 | 0.41 |
| Hex | 4 | 2A | CF | 62 | 50 | 0 | 13 | E5 | 60 | 29 |
| Octal | 4 | 52 | 317 | 142 | 120 | 0 | 23 | 345 | 140 | 51 |
| Binary | 100 | 101010 | 11001111 | 1100010 | 1010000 | 0 | 10011 | 11100101 | 1100000 | 101001 |
Color Harmonies of #042ACF
Complementary color
Monochromatic Colors of #042ACF
Black with #042ACF
Text Example
Text Example
White with #042ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042ACF; }
p { color: rgb(4,42,207); }
H1.HeaderClassName
{
color: #042ACF;
}
.AnyTagClassName
{
color: #042ACF;
}
</style>
background-color css
<style>
a { background-color: #042ACF; }
a { background-color: rgb(4,42,207); }
div.DivClassName
{
background-color: #042ACF;
}
.BgClassName
{
background-color: #042ACF;
}
</style>
border-color css
<style>
span { border-color: #042ACF; }
span { border-color: rgb(4,42,207); }
td.TdClassName
{
border-color: #042ACF;
}
.TagClassName
{
border-color: #042ACF;
}
</style>