#1e43d1

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

Shades of Persian Blue #1E43D1

Tints of Persian Blue #1E43D1

Color information

#1E43D1 (or 0x1E43D1) is unknown color: approx Persian Blue. HEX triplet: 1E, 43 and D1. RGB value is (30,67,209). Sum of RGB (Red+Green+Blue) = 30+67+209=306 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.80% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 209 (82.03% from 255 or 68.30% from 306); Max value from RGB is 209 - color contains mainly: blue. Hex color #1E43D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E43D1 is #E1BC2E. Grayscale: #474747. Windows color (decimal): -14793775 or 13714206. OLE color: 13714206.

HSL color Cylindrical-coordinate representation of color #1E43D1: hue angle of 227.6º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E43D1 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3067209-
CMYK0.860.6800.18
HSL227.6º74.9%46.86%-
HSV(B)227.6º85.65%81.96%-
XYZ14.058.8961.3-
YUV72.12205.2497.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.80%
GREEN value IS 67 (26.56% from 255) = 21.90%
BLUE value IS 209 (82.03% from 255) = 68.30%
R=9.80%
G=21.90%
B=68.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal30672090.860.6800.18227.674.946.86
Hex1E43D15644012e44b2f
Octal3610332112610402234411357
Binary1111010000111101000110101101000100010010111001001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e43d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1e43d1; }

 p { color: rgb(30,67,209); }

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

<style>
 a { background-color: #1e43d1; }

 a { background-color: rgb(30,67,209); }

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

<style>
 span { border-color: #1e43d1; }

 span { border-color: rgb(30,67,209); }

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