#2E1183

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

Shades of Persian Indigo #2E1183

Tints of Persian Indigo #2E1183

Color information

#2E1183 (or 0x2E1183) is unknown color: approx Persian Indigo. HEX triplet: 2E, 11 and 83. RGB value is (46,17,131). Sum of RGB (Red+Green+Blue) = 46+17+131=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 131 (51.56% from 255 or 67.53% from 194); Max value from RGB is 131 - color contains mainly: blue. Hex color #2E1183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1183 is #D1EE7C. Grayscale: #262626. Windows color (decimal): -13758077 or 8589614. OLE color: 8589614.

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

Color convert

RGB4617131-
CMYK0.650.8700.49
HSL255.26º77.03%29.02%-
HSV(B)255.26º87.02%51.37%-
XYZ5.422.6221.69-
YUV38.67180.11133.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.71%
GREEN value IS 17 (7.03% from 255) = 8.76%
BLUE value IS 131 (51.56% from 255) = 67.53%
R=23.71%
G=8.76%
B=67.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal46171310.650.8700.49255.2677.0329.02
Hex2E11834157031ff4d1d
Octal562120310112706137711535
Binary101110100011000001110000011010111011000111111111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,17,131); }

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

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

 a { background-color: rgb(46,17,131); }

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

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

 span { border-color: rgb(46,17,131); }

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