#2E1EAB

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

Shades of Persian Blue #2E1EAB

Tints of Persian Blue #2E1EAB

Color information

#2E1EAB (or 0x2E1EAB) is unknown color: approx Persian Blue. HEX triplet: 2E, 1E and AB. RGB value is (46,30,171). Sum of RGB (Red+Green+Blue) = 46+30+171=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E1EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E1EAB is #D1E154. Grayscale: #323232. Windows color (decimal): -13754709 or 11214382. OLE color: 11214382.

HSL color Cylindrical-coordinate representation of color #2E1EAB: hue angle of 246.81º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E1EAB is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4630171-
CMYK0.730.8200.33
HSL246.81º70.15%39.41%-
HSV(B)246.81º82.46%67.06%-
XYZ8.944.4538.92-
YUV50.86195.8124.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.62%
GREEN value IS 30 (12.11% from 255) = 12.15%
BLUE value IS 171 (67.19% from 255) = 69.23%
R=18.62%
G=12.15%
B=69.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46301710.730.8200.33246.8170.1539.41
Hex2E1EAB4952021f74627
Octal563625311112204136710647
Binary1011101111010101011100100110100100100001111101111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E1EAB; }

 p { color: rgb(46,30,171); }

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

<style>
 a { background-color: #2E1EAB; }

 a { background-color: rgb(46,30,171); }

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

<style>
 span { border-color: #2E1EAB; }

 span { border-color: rgb(46,30,171); }

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