#2E0078

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

Shades of Persian Indigo #2E0078

Tints of Persian Indigo #2E0078

Color information

#2E0078 (or 0x2E0078) is unknown color: approx Persian Indigo. HEX triplet: 2E, 00 and 78. RGB value is (46,0,120). Sum of RGB (Red+Green+Blue) = 46+0+120=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 120 (47.27% from 255 or 72.29% from 166); Max value from RGB is 120 - color contains mainly: blue. Hex color #2E0078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0078 is #D1FF87. Grayscale: #1B1B1B. Windows color (decimal): -13762440 or 7864366. OLE color: 7864366.

HSL color Cylindrical-coordinate representation of color #2E0078: hue angle of 263º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E0078 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB460120-
CMYK0.62100.53
HSL263º100%23.53%-
HSV(B)263º100%47.06%-
XYZ4.521.9417.91-
YUV27.43180.24141.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 72.29%
R=27.71%
G=0%
B=72.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4601200.62100.5326310023.53
Hex2E0783E640351076418
Octal5601707614406540714430
Binary1011100111100011111011001000110101100000111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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