#2E1E7C

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

Shades of Persian Indigo #2E1E7C

Tints of Persian Indigo #2E1E7C

Color information

#2E1E7C (or 0x2E1E7C) is unknown color: approx Persian Indigo. HEX triplet: 2E, 1E and 7C. RGB value is (46,30,124). Sum of RGB (Red+Green+Blue) = 46+30+124=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E1E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E1E7C is #D1E183. Grayscale: #2D2D2D. Windows color (decimal): -13754756 or 8134190. OLE color: 8134190.

HSL color Cylindrical-coordinate representation of color #2E1E7C: hue angle of 250.21º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E1E7C is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4630124-
CMYK0.630.7600.51
HSL250.21º61.04%30.2%-
HSV(B)250.21º75.81%48.63%-
XYZ5.232.9619.37-
YUV45.5172.3128.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23%
GREEN value IS 30 (12.11% from 255) = 15%
BLUE value IS 124 (48.83% from 255) = 62%
R=23%
G=15%
B=62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46301240.630.7600.51250.2161.0430.2
Hex2E1E7C3F4C033fa3d1e
Octal5636174771140633727536
Binary101110111101111100111111100110001100111111101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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