#2E1EC3

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

Shades of Persian Blue #2E1EC3

Tints of Persian Blue #2E1EC3

Color information

#2E1EC3 (or 0x2E1EC3) is unknown color: approx Persian Blue. HEX triplet: 2E, 1E and C3. RGB value is (46,30,195). Sum of RGB (Red+Green+Blue) = 46+30+195=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 195 (76.56% from 255 or 71.96% from 271); Max value from RGB is 195 - color contains mainly: blue. Hex color #2E1EC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1EC3 is #D1E13C. Grayscale: #343434. Windows color (decimal): -13754685 or 12787246. OLE color: 12787246.

HSL color Cylindrical-coordinate representation of color #2E1EC3: hue angle of 245.82º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E1EC3 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4630195-
CMYK0.760.8500.24
HSL245.82º73.33%44.12%-
HSV(B)245.82º84.62%76.47%-
XYZ11.445.4552.08-
YUV53.59207.8122.58-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.97%
GREEN value IS 30 (12.11% from 255) = 11.07%
BLUE value IS 195 (76.56% from 255) = 71.96%
R=16.97%
G=11.07%
B=71.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46301950.760.8500.24245.8273.3344.12
Hex2E1EC34C55018f6492c
Octal563630311412503036611154
Binary101110111101100001110011001010101011000111101101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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