#1e2ce1

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

Shades of Persian Blue #1E2CE1

Tints of Persian Blue #1E2CE1

Color information

#1E2CE1 (or 0x1E2CE1) is unknown color: approx Persian Blue. HEX triplet: 1E, 2C and E1. RGB value is (30,44,225). Sum of RGB (Red+Green+Blue) = 30+44+225=299 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.03% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 225 (88.28% from 255 or 75.25% from 299); Max value from RGB is 225 - color contains mainly: blue. Hex color #1E2CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2CE1 is #E1D31E. Grayscale: #3B3B3B. Windows color (decimal): -14799647 or 14756894. OLE color: 14756894.

HSL color Cylindrical-coordinate representation of color #1E2CE1: hue angle of 235.69º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E2CE1 is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3044225-
CMYK0.870.8000.12
HSL235.69º76.47%50%-
HSV(B)235.69º86.67%88.24%-
XYZ15.037.5171.89-
YUV60.45220.86106.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.03%
GREEN value IS 44 (17.58% from 255) = 14.72%
BLUE value IS 225 (88.28% from 255) = 75.25%
R=10.03%
G=14.72%
B=75.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal30442250.870.8000.12235.6976.4750
Hex1E2CE157500Cec4c32
Octal365434112712001435411462
Binary11110101100111000011010111101000001100111011001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e2ce1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,44,225); }

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

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

 a { background-color: rgb(30,44,225); }

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

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

 span { border-color: rgb(30,44,225); }

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