#2E008C

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

Shades of Persian Indigo #2E008C

Tints of Persian Indigo #2E008C

Color information

#2E008C (or 0x2E008C) is unknown color: approx Persian Indigo. HEX triplet: 2E, 00 and 8C. RGB value is (46,0,140). Sum of RGB (Red+Green+Blue) = 46+0+140=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 140 (55.08% from 255 or 75.27% from 186); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E008C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E008C is #D1FF73. Grayscale: #1D1D1D. Windows color (decimal): -13762420 or 9175086. OLE color: 9175086.

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

Color convert

RGB460140-
CMYK0.67100.45
HSL259.71º100%27.45%-
HSV(B)259.71º100%54.9%-
XYZ5.862.4724.98-
YUV29.71190.24139.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 140 (55.08% from 255) = 75.27%
R=24.73%
G=0%
B=75.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4601400.67100.45259.7110027.45
Hex2E08C436402D104641b
Octal56021410314405540414433
Binary101110010001100100001111001000101101100000100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E008C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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