#1E32D1

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

Shades of Persian Blue #1E32D1

Tints of Persian Blue #1E32D1

Color information

#1E32D1 (or 0x1E32D1) is unknown color: approx Persian Blue. HEX triplet: 1E, 32 and D1. RGB value is (30,50,209). Sum of RGB (Red+Green+Blue) = 30+50+209=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 209 (82.03% from 255 or 72.32% from 289); Max value from RGB is 209 - color contains mainly: blue. Hex color #1E32D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E32D1 is #E1CD2E. Grayscale: #3D3D3D. Windows color (decimal): -14798127 or 13709854. OLE color: 13709854.

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

Color convert

RGB3050209-
CMYK0.860.7600.18
HSL233.3º74.9%46.86%-
HSV(B)233.3º85.65%81.96%-
XYZ13.187.1661.01-
YUV62.15210.87105.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.38%
GREEN value IS 50 (19.92% from 255) = 17.30%
BLUE value IS 209 (82.03% from 255) = 72.32%
R=10.38%
G=17.30%
B=72.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal30502090.860.7600.18233.374.946.86
Hex1E32D1564C012e94b2f
Octal366232112611402235111357
Binary111101100101101000110101101001100010010111010011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E32D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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