#5E0B7F

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

Shades of Indigo #5E0B7F

Tints of Indigo #5E0B7F

Color information

#5E0B7F (or 0x5E0B7F) is unknown color: approx Indigo. HEX triplet: 5E, 0B and 7F. RGB value is (94,11,127). Sum of RGB (Red+Green+Blue) = 94+11+127=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E0B7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0B7F is #A1F480. Grayscale: #303030. Windows color (decimal): -10613889 or 8325982. OLE color: 8325982.

HSL color Cylindrical-coordinate representation of color #5E0B7F: hue angle of 282.93º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E0B7F is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9411127-
CMYK0.260.9100.50
HSL282.93º84.06%27.06%-
HSV(B)282.93º91.34%49.8%-
XYZ8.574.1520.43-
YUV49.04172160.07-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.52%
GREEN value IS 11 (4.69% from 255) = 4.74%
BLUE value IS 127 (50% from 255) = 54.74%
R=40.52%
G=4.74%
B=54.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal94111270.260.9100.50282.9384.0627.06
Hex5EB7F1A5B03211b541b
Octal136131773213306243312433
Binary1011110101111111111101010110110110010100011011101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E0B7F; }

 p { color: rgb(94,11,127); }

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

<style>
 a { background-color: #5E0B7F; }

 a { background-color: rgb(94,11,127); }

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

<style>
 span { border-color: #5E0B7F; }

 span { border-color: rgb(94,11,127); }

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