#2E188B

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

Shades of Persian Indigo #2E188B

Tints of Persian Indigo #2E188B

Color information

#2E188B (or 0x2E188B) is unknown color: approx Persian Indigo. HEX triplet: 2E, 18 and 8B. RGB value is (46,24,139). Sum of RGB (Red+Green+Blue) = 46+24+139=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E188B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E188B is #D1E774. Grayscale: #2B2B2B. Windows color (decimal): -13756277 or 9115694. OLE color: 9115694.

HSL color Cylindrical-coordinate representation of color #2E188B: hue angle of 251.48º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E188B is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4624139-
CMYK0.670.8300.45
HSL251.48º70.55%31.96%-
HSV(B)251.48º82.73%54.51%-
XYZ6.113.124.7-
YUV43.69181.79129.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.01%
GREEN value IS 24 (9.77% from 255) = 11.48%
BLUE value IS 139 (54.69% from 255) = 66.51%
R=22.01%
G=11.48%
B=66.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46241390.670.8300.45251.4870.5531.96
Hex2E188B435302Dfb4720
Octal563021310312305537310740
Binary1011101100010001011100001110100110101101111110111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E188B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,24,139); }

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

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

 a { background-color: rgb(46,24,139); }

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

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

 span { border-color: rgb(46,24,139); }

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