#5E0B75

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

Shades of Indigo #5E0B75

Tints of Indigo #5E0B75

Color information

#5E0B75 (or 0x5E0B75) is unknown color: approx Indigo. HEX triplet: 5E, 0B and 75. RGB value is (94,11,117). Sum of RGB (Red+Green+Blue) = 94+11+117=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #5E0B75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0B75 is #A1F48A. Grayscale: #2F2F2F. Windows color (decimal): -10613899 or 7670622. OLE color: 7670622.

HSL color Cylindrical-coordinate representation of color #5E0B75: hue angle of 286.98º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E0B75 is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9411117-
CMYK0.200.9100.54
HSL286.98º82.81%25.1%-
HSV(B)286.98º90.6%45.88%-
XYZ7.953.917.16-
YUV47.9167160.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.34%
GREEN value IS 11 (4.69% from 255) = 4.95%
BLUE value IS 117 (46.09% from 255) = 52.70%
R=42.34%
G=4.95%
B=52.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal94111170.200.9100.54286.9882.8125.1
Hex5EB75145B03611f5319
Octal136131652413306643712331
Binary1011110101111101011010010110110110110100011111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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