#2E1DCE

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

Shades of Persian Blue #2E1DCE

Tints of Persian Blue #2E1DCE

Color information

#2E1DCE (or 0x2E1DCE) is unknown color: approx Persian Blue. HEX triplet: 2E, 1D and CE. RGB value is (46,29,206). Sum of RGB (Red+Green+Blue) = 46+29+206=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 206 (80.86% from 255 or 73.31% from 281); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E1DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1DCE is #D1E231. Grayscale: #353535. Windows color (decimal): -13754930 or 13507886. OLE color: 13507886.

HSL color Cylindrical-coordinate representation of color #2E1DCE: hue angle of 245.76º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E1DCE is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4629206-
CMYK0.780.8600.19
HSL245.76º75.32%46.08%-
HSV(B)245.76º85.92%80.78%-
XYZ12.715.9258.86-
YUV54.26213.63122.11-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.37%
GREEN value IS 29 (11.72% from 255) = 10.32%
BLUE value IS 206 (80.86% from 255) = 73.31%
R=16.37%
G=10.32%
B=73.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal46292060.780.8600.19245.7675.3246.08
Hex2E1DCE4E56013f64b2e
Octal563531611612602336611356
Binary101110111011100111010011101010110010011111101101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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