Shades of Persian Blue #0433DF
Tints of Persian Blue #0433DF
RGB
CMYK
RGB Variations
Color information
#0433DF (or 0x0433DF) is known color: Persian Blue. HEX triplet: 04, 33 and DF. RGB value is (4,51,223). Sum of RGB (Red+Green+Blue) = 4+51+223=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 223 (87.5% from 255 or 80.22% from 278); Max value from RGB is 223 - color contains mainly: blue. Hex color #0433DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0433DF is #FBCC20. Grayscale: #373737. Windows color (decimal): -16501793 or 14627588. OLE color: 14627588.
HSL color Cylindrical-coordinate representation of color #0433DF: hue angle of 227.12º 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 #0433DF is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 51 | 223 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.13 |
| HSL | 227.12º | 0.96% | 0.45% | - |
| HSV(B) | 227.12º | 0.98% | 0.87% | - |
| XYZ | 14.55 | 7.72 | 70.54 | - |
| YUV | 56.56 | 221.93 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 51 | 223 | 0.98 | 0.77 | 0 | 0.13 | 227.12 | 0.96 | 0.45 |
| Hex | 4 | 33 | DF | 62 | 4D | 0 | D | E3 | 60 | 2D |
| Octal | 4 | 63 | 337 | 142 | 115 | 0 | 15 | 343 | 140 | 55 |
| Binary | 100 | 110011 | 11011111 | 1100010 | 1001101 | 0 | 1101 | 11100011 | 1100000 | 101101 |
Color Harmonies of #0433DF
Complementary color
Monochromatic Colors of #0433DF
Black with #0433DF
Text Example
Text Example
White with #0433DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0433DF; }
p { color: rgb(4,51,223); }
H1.HeaderClassName
{
color: #0433DF;
}
.AnyTagClassName
{
color: #0433DF;
}
</style>
background-color css
<style>
a { background-color: #0433DF; }
a { background-color: rgb(4,51,223); }
div.DivClassName
{
background-color: #0433DF;
}
.BgClassName
{
background-color: #0433DF;
}
</style>
border-color css
<style>
span { border-color: #0433DF; }
span { border-color: rgb(4,51,223); }
td.TdClassName
{
border-color: #0433DF;
}
.TagClassName
{
border-color: #0433DF;
}
</style>