#2E1DB5

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

Shades of Persian Blue #2E1DB5

Tints of Persian Blue #2E1DB5

Color information

#2E1DB5 (or 0x2E1DB5) is unknown color: approx Persian Blue. HEX triplet: 2E, 1D and B5. RGB value is (46,29,181). Sum of RGB (Red+Green+Blue) = 46+29+181=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 181 (71.09% from 255 or 70.70% from 256); Max value from RGB is 181 - color contains mainly: blue. Hex color #2E1DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1DB5 is #D1E24A. Grayscale: #323232. Windows color (decimal): -13754955 or 11869486. OLE color: 11869486.

HSL color Cylindrical-coordinate representation of color #2E1DB5: hue angle of 246.71º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2E1DB5 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4629181-
CMYK0.750.8400.29
HSL246.71º72.38%41.18%-
HSV(B)246.71º83.98%70.98%-
XYZ9.914.844.12-
YUV51.41201.13124.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.97%
GREEN value IS 29 (11.72% from 255) = 11.33%
BLUE value IS 181 (71.09% from 255) = 70.70%
R=17.97%
G=11.33%
B=70.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal46291810.750.8400.29246.7172.3841.18
Hex2E1DB54B5401Df74829
Octal563526511312403536711051
Binary101110111011011010110010111010100011101111101111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,29,181); }

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

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

 a { background-color: rgb(46,29,181); }

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

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

 span { border-color: rgb(46,29,181); }

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