#2E1ECF

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

Shades of Persian Blue #2E1ECF

Tints of Persian Blue #2E1ECF

Color information

#2E1ECF (or 0x2E1ECF) is unknown color: approx Persian Blue. HEX triplet: 2E, 1E and CF. RGB value is (46,30,207). Sum of RGB (Red+Green+Blue) = 46+30+207=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E1ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1ECF is #D1E130. Grayscale: #363636. Windows color (decimal): -13754673 or 13573678. OLE color: 13573678.

HSL color Cylindrical-coordinate representation of color #2E1ECF: hue angle of 245.42º 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 #2E1ECF is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4630207-
CMYK0.780.8600.19
HSL245.42º74.68%46.47%-
HSV(B)245.42º85.51%81.18%-
XYZ12.856.0159.51-
YUV54.96213.8121.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.25%
GREEN value IS 30 (12.11% from 255) = 10.60%
BLUE value IS 207 (81.25% from 255) = 73.14%
R=16.25%
G=10.60%
B=73.14%

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
Decimal46302070.780.8600.19245.4274.6846.47
Hex2E1ECF4E56013f54b2e
Octal563631711612602336511356
Binary101110111101100111110011101010110010011111101011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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