#2E1E7B

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

Shades of Persian Indigo #2E1E7B

Tints of Persian Indigo #2E1E7B

Color information

#2E1E7B (or 0x2E1E7B) is unknown color: approx Persian Indigo. HEX triplet: 2E, 1E and 7B. RGB value is (46,30,123). Sum of RGB (Red+Green+Blue) = 46+30+123=199 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.12% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 123 (48.44% from 255 or 61.81% from 199); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E1E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E1E7B is #D1E184. Grayscale: #2D2D2D. Windows color (decimal): -13754757 or 8068654. OLE color: 8068654.

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

Color convert

RGB4630123-
CMYK0.630.7600.52
HSL250.32º60.78%30%-
HSV(B)250.32º75.61%48.24%-
XYZ5.172.9419.03-
YUV45.39171.8128.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.12%
GREEN value IS 30 (12.11% from 255) = 15.08%
BLUE value IS 123 (48.44% from 255) = 61.81%
R=23.12%
G=15.08%
B=61.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal46301230.630.7600.52250.3260.7830
Hex2E1E7B3F4C034fa3d1e
Octal5636173771140643727536
Binary101110111101111011111111100110001101001111101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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