#2E267E

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

Shades of Persian Indigo #2E267E

Tints of Persian Indigo #2E267E

Color information

#2E267E (or 0x2E267E) is unknown color: approx Persian Indigo. HEX triplet: 2E, 26 and 7E. RGB value is (46,38,126). Sum of RGB (Red+Green+Blue) = 46+38+126=210 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.90% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 126 (49.61% from 255 or 60% from 210); Max value from RGB is 126 - color contains mainly: blue. Hex color #2E267E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E267E is #D1D981. Grayscale: #323232. Windows color (decimal): -13752706 or 8267310. OLE color: 8267310.

HSL color Cylindrical-coordinate representation of color #2E267E: hue angle of 245.45º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E267E is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4638126-
CMYK0.630.7000.51
HSL245.45º53.66%32.16%-
HSV(B)245.45º69.84%49.41%-
XYZ5.593.4720.11-
YUV50.42170.65124.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.90%
GREEN value IS 38 (15.23% from 255) = 18.10%
BLUE value IS 126 (49.61% from 255) = 60%
R=21.90%
G=18.10%
B=60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46381260.630.7000.51245.4553.6632.16
Hex2E267E3F46033f53620
Octal5646176771060633656640
Binary10111010011011111101111111000110011001111110101110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E267E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,38,126); }

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

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

 a { background-color: rgb(46,38,126); }

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

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

 span { border-color: rgb(46,38,126); }

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