#0429D0

Color #0429D0 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0429D0

Tints of Persian Blue #0429D0

Color information

#0429D0 (or 0x0429D0) is unknown color: approx Persian Blue. HEX triplet: 04, 29 and D0. RGB value is (4,41,208). Sum of RGB (Red+Green+Blue) = 4+41+208=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 208 (81.64% from 255 or 82.21% from 253); Max value from RGB is 208 - color contains mainly: blue. Hex color #0429D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0429D0 is #FBD62F. Grayscale: #303030. Windows color (decimal): -16504368 or 13641988. OLE color: 13641988.

HSL color Cylindrical-coordinate representation of color #0429D0: hue angle of 229.12º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0429D0 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB441208-
CMYK0.980.8000.18
HSL229.12º96.23%41.57%-
HSV(B)229.12º98.08%81.57%-
XYZ12.236.1760.22-
YUV48.98217.7495.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.58%
GREEN value IS 41 (16.41% from 255) = 16.21%
BLUE value IS 208 (81.64% from 255) = 82.21%
R=1.58%
G=16.21%
B=82.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal4412080.980.8000.18229.1296.2341.57
Hex429D06250012e5602a
Octal45132014212002234514052
Binary1001010011101000011000101010000010010111001011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0429D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0429D0; }

 p { color: rgb(4,41,208); }

 H1.HeaderClassName
 {
   color: #0429D0;
 }
 .AnyTagClassName
 {
   color: #0429D0;
 }
</style>
background-color css

<style>
 a { background-color: #0429D0; }

 a { background-color: rgb(4,41,208); }

 div.DivClassName
 {
   background-color: #0429D0;
 }
 .BgClassName
 {
   background-color: #0429D0;
 }
</style>
border-color css

<style>
 span { border-color: #0429D0; }

 span { border-color: rgb(4,41,208); }

 td.TdClassName
 {
   border-color: #0429D0;
 }
 .TagClassName
 {
   border-color: #0429D0;
 }
</style>