#2E2292

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

Shades of Persian Indigo #2E2292

Tints of Persian Indigo #2E2292

Color information

#2E2292 (or 0x2E2292) is unknown color: approx Persian Indigo. HEX triplet: 2E, 22 and 92. RGB value is (46,34,146). Sum of RGB (Red+Green+Blue) = 46+34+146=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #2E2292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2292 is #D1DD6D. Grayscale: #313131. Windows color (decimal): -13753710 or 9577006. OLE color: 9577006.

HSL color Cylindrical-coordinate representation of color #2E2292: hue angle of 246.43º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E2292 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4634146-
CMYK0.680.7700.43
HSL246.43º62.22%35.29%-
HSV(B)246.43º76.71%57.25%-
XYZ6.893.827.56-
YUV50.36181.98124.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.35%
GREEN value IS 34 (13.67% from 255) = 15.04%
BLUE value IS 146 (57.42% from 255) = 64.60%
R=20.35%
G=15.04%
B=64.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal46341460.680.7700.43246.4362.2235.29
Hex2E2292444D02Bf63e23
Octal56422221041150533667643
Binary1011101000101001001010001001001101010101111110110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,34,146); }

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

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

 a { background-color: rgb(46,34,146); }

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

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

 span { border-color: rgb(46,34,146); }

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