#2E188D

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

Shades of Persian Indigo #2E188D

Tints of Persian Indigo #2E188D

Color information

#2E188D (or 0x2E188D) is unknown color: approx Persian Indigo. HEX triplet: 2E, 18 and 8D. RGB value is (46,24,141). Sum of RGB (Red+Green+Blue) = 46+24+141=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E188D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E188D is #D1E772. Grayscale: #2B2B2B. Windows color (decimal): -13756275 or 9246766. OLE color: 9246766.

HSL color Cylindrical-coordinate representation of color #2E188D: hue angle of 251.28º 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 #2E188D is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4624141-
CMYK0.670.8300.45
HSL251.28º70.91%32.35%-
HSV(B)251.28º82.98%55.29%-
XYZ6.263.1625.48-
YUV43.92182.79129.49-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.80%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 141 (55.47% from 255) = 66.82%
R=21.80%
G=11.37%
B=66.82%

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
Decimal46241410.670.8300.45251.2870.9132.35
Hex2E188D435302Dfb4720
Octal563021510312305537310740
Binary1011101100010001101100001110100110101101111110111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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