#2E187E

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

Shades of Persian Indigo #2E187E

Tints of Persian Indigo #2E187E

Color information

#2E187E (or 0x2E187E) is unknown color: approx Persian Indigo. HEX triplet: 2E, 18 and 7E. RGB value is (46,24,126). Sum of RGB (Red+Green+Blue) = 46+24+126=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 126 (49.61% from 255 or 64.29% from 196); Max value from RGB is 126 - color contains mainly: blue. Hex color #2E187E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E187E is #D1E781. Grayscale: #292929. Windows color (decimal): -13756290 or 8263726. OLE color: 8263726.

HSL color Cylindrical-coordinate representation of color #2E187E: hue angle of 252.94º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E187E is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4624126-
CMYK0.630.8100.51
HSL252.94º68%29.41%-
HSV(B)252.94º80.95%49.41%-
XYZ5.222.7419.99-
YUV42.21175.29130.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.47%
GREEN value IS 24 (9.77% from 255) = 12.24%
BLUE value IS 126 (49.61% from 255) = 64.29%
R=23.47%
G=12.24%
B=64.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal46241260.630.8100.51252.946829.41
Hex2E187E3F51033fd441d
Octal56301767712106337510435
Binary1011101100011111101111111010001011001111111101100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E187E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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