#2E056C

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

Shades of Persian Indigo #2E056C

Tints of Persian Indigo #2E056C

Color information

#2E056C (or 0x2E056C) is unknown color: approx Persian Indigo. HEX triplet: 2E, 05 and 6C. RGB value is (46,5,108). Sum of RGB (Red+Green+Blue) = 46+5+108=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 108 (42.58% from 255 or 67.92% from 159); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E056C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E056C is #D1FA93. Grayscale: #1C1C1C. Windows color (decimal): -13761172 or 7079214. OLE color: 7079214.

HSL color Cylindrical-coordinate representation of color #2E056C: hue angle of 263.88º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E056C is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB465108-
CMYK0.570.9500.58
HSL263.88º91.15%22.16%-
HSV(B)263.88º95.37%42.35%-
XYZ3.891.7714.32-
YUV29172.58140.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.93%
GREEN value IS 5 (2.34% from 255) = 3.14%
BLUE value IS 108 (42.58% from 255) = 67.92%
R=28.93%
G=3.14%
B=67.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4651080.570.9500.58263.8891.1522.16
Hex2E56C395F03A1085b16
Octal5651547113707241013326
Binary101110101110110011100110111110111010100001000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,5,108); }

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

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

 a { background-color: rgb(46,5,108); }

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

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

 span { border-color: rgb(46,5,108); }

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