#2E008D

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

Shades of Persian Indigo #2E008D

Tints of Persian Indigo #2E008D

Color information

#2E008D (or 0x2E008D) is unknown color: approx Persian Indigo. HEX triplet: 2E, 00 and 8D. RGB value is (46,0,141). Sum of RGB (Red+Green+Blue) = 46+0+141=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 141 (55.47% from 255 or 75.40% from 187); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E008D is #D1FF72. Grayscale: #1D1D1D. Windows color (decimal): -13762419 or 9240622. OLE color: 9240622.

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

Color convert

RGB460141-
CMYK0.67100.45
HSL259.57º100%27.65%-
HSV(B)259.57º100%55.29%-
XYZ5.932.525.37-
YUV29.83190.74139.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 75.40%
R=24.60%
G=0%
B=75.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4601410.67100.45259.5710027.65
Hex2E08D436402D104641c
Octal56021510314405540414434
Binary101110010001101100001111001000101101100000100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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