#1E41D1

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

Shades of Persian Blue #1E41D1

Tints of Persian Blue #1E41D1

Color information

#1E41D1 (or 0x1E41D1) is unknown color: approx Persian Blue. HEX triplet: 1E, 41 and D1. RGB value is (30,65,209). Sum of RGB (Red+Green+Blue) = 30+65+209=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 209 (82.03% from 255 or 68.75% from 304); Max value from RGB is 209 - color contains mainly: blue. Hex color #1E41D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E41D1 is #E1BE2E. Grayscale: #464646. Windows color (decimal): -14794287 or 13713694. OLE color: 13713694.

HSL color Cylindrical-coordinate representation of color #1E41D1: hue angle of 228.27º 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 #1E41D1 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3065209-
CMYK0.860.6900.18
HSL228.27º74.9%46.86%-
HSV(B)228.27º85.65%81.96%-
XYZ13.938.6661.26-
YUV70.95205.998.79-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.87%
GREEN value IS 65 (25.78% from 255) = 21.38%
BLUE value IS 209 (82.03% from 255) = 68.75%
R=9.87%
G=21.38%
B=68.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal30652090.860.6900.18228.2774.946.86
Hex1E41D15645012e44b2f
Octal3610132112610502234411357
Binary1111010000011101000110101101000101010010111001001001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E41D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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