#2E1D7C

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

Shades of Persian Indigo #2E1D7C

Tints of Persian Indigo #2E1D7C

Color information

#2E1D7C (or 0x2E1D7C) is unknown color: approx Persian Indigo. HEX triplet: 2E, 1D and 7C. RGB value is (46,29,124). Sum of RGB (Red+Green+Blue) = 46+29+124=199 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.12% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 124 (48.83% from 255 or 62.31% from 199); Max value from RGB is 124 - color contains mainly: blue. Hex color #2E1D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E1D7C is #D1E283. Grayscale: #2C2C2C. Windows color (decimal): -13755012 or 8133934. OLE color: 8133934.

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

Color convert

RGB4629124-
CMYK0.630.7700.51
HSL250.74º62.09%30%-
HSV(B)250.74º76.61%48.63%-
XYZ5.22.9119.36-
YUV44.91172.63128.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.12%
GREEN value IS 29 (11.72% from 255) = 14.57%
BLUE value IS 124 (48.83% from 255) = 62.31%
R=23.12%
G=14.57%
B=62.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46291240.630.7700.51250.7462.0930
Hex2E1D7C3F4D033fb3e1e
Octal5635174771150633737636
Binary101110111011111100111111100110101100111111101111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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