#2E167F

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

Shades of Persian Indigo #2E167F

Tints of Persian Indigo #2E167F

Color information

#2E167F (or 0x2E167F) is unknown color: approx Persian Indigo. HEX triplet: 2E, 16 and 7F. RGB value is (46,22,127). Sum of RGB (Red+Green+Blue) = 46+22+127=195 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.59% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 127 (50% from 255 or 65.13% from 195); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E167F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E167F is #D1E980. Grayscale: #282828. Windows color (decimal): -13756801 or 8328750. OLE color: 8328750.

HSL color Cylindrical-coordinate representation of color #2E167F: hue angle of 253.71º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E167F is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4622127-
CMYK0.640.8300.50
HSL253.71º70.47%29.22%-
HSV(B)253.71º82.68%49.8%-
XYZ5.242.6920.32-
YUV41.15176.45131.46-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.59%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 127 (50% from 255) = 65.13%
R=23.59%
G=11.28%
B=65.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46221270.640.8300.50253.7170.4729.22
Hex2E167F4053032fe461d
Octal562617710012306237610635
Binary10111010110111111110000001010011011001011111110100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E167F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,22,127); }

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

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

 a { background-color: rgb(46,22,127); }

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

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

 span { border-color: rgb(46,22,127); }

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