#2E177F

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

Shades of Persian Indigo #2E177F

Tints of Persian Indigo #2E177F

Color information

#2E177F (or 0x2E177F) is unknown color: approx Persian Indigo. HEX triplet: 2E, 17 and 7F. RGB value is (46,23,127). Sum of RGB (Red+Green+Blue) = 46+23+127=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 127 (50% from 255 or 64.80% from 196); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E177F is #D1E880. Grayscale: #292929. Windows color (decimal): -13756545 or 8329006. OLE color: 8329006.

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

Color convert

RGB4623127-
CMYK0.640.8200.50
HSL253.27º69.33%29.41%-
HSV(B)253.27º81.89%49.8%-
XYZ5.262.7320.33-
YUV41.73176.12131.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.47%
GREEN value IS 23 (9.38% from 255) = 11.73%
BLUE value IS 127 (50% from 255) = 64.80%
R=23.47%
G=11.73%
B=64.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46231270.640.8200.50253.2769.3329.41
Hex2E177F4052032fd451d
Octal562717710012206237510535
Binary10111010111111111110000001010010011001011111101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E177F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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