#5D077B

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

Shades of Indigo #5D077B

Tints of Indigo #5D077B

Color information

#5D077B (or 0x5D077B) is unknown color: approx Indigo. HEX triplet: 5D, 07 and 7B. RGB value is (93,7,123). Sum of RGB (Red+Green+Blue) = 93+7+123=223 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.70% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #5D077B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D077B is #A2F884. Grayscale: #2D2D2D. Windows color (decimal): -10680453 or 8062813. OLE color: 8062813.

HSL color Cylindrical-coordinate representation of color #5D077B: hue angle of 284.48º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D077B is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB937123-
CMYK0.240.9400.52
HSL284.48º89.23%25.49%-
HSV(B)284.48º94.31%48.24%-
XYZ8.173.9119.06-
YUV45.94171.49161.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.70%
GREEN value IS 7 (3.12% from 255) = 3.14%
BLUE value IS 123 (48.44% from 255) = 55.16%
R=41.70%
G=3.14%
B=55.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9371230.240.9400.52284.4889.2325.49
Hex5D77B185E03411c5919
Octal13571733013606443413131
Binary101110111111110111100010111100110100100011100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D077B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,7,123); }

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

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

 a { background-color: rgb(93,7,123); }

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

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

 span { border-color: rgb(93,7,123); }

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