#2e0883

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

Shades of Persian Indigo #2E0883

Tints of Persian Indigo #2E0883

Color information

#2E0883 (or 0x2E0883) is unknown color: approx Persian Indigo. HEX triplet: 2E, 08 and 83. RGB value is (46,8,131). Sum of RGB (Red+Green+Blue) = 46+8+131=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 131 (51.56% from 255 or 70.81% from 185); Max value from RGB is 131 - color contains mainly: blue. Hex color #2E0883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0883 is #D1F77C. Grayscale: #202020. Windows color (decimal): -13760381 or 8587310. OLE color: 8587310.

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

Color convert

RGB468131-
CMYK0.650.9400.49
HSL258.54º88.49%27.25%-
HSV(B)258.54º93.89%51.37%-
XYZ5.312.3921.65-
YUV33.38183.09137-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.86%
GREEN value IS 8 (3.52% from 255) = 4.32%
BLUE value IS 131 (51.56% from 255) = 70.81%
R=24.86%
G=4.32%
B=70.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4681310.650.9400.49258.5488.4927.25
Hex2E883415E031103581b
Octal561020310113606140313033
Binary101110100010000011100000110111100110001100000011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e0883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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