#5B007C

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

Shades of Indigo #5B007C

Tints of Indigo #5B007C

Color information

#5B007C (or 0x5B007C) is unknown color: approx Indigo. HEX triplet: 5B, 00 and 7C. RGB value is (91,0,124). Sum of RGB (Red+Green+Blue) = 91+0+124=215 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.33% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B007C is #A4FF83. Grayscale: #282828. Windows color (decimal): -10813316 or 8126555. OLE color: 8126555.

HSL color Cylindrical-coordinate representation of color #5B007C: hue angle of 284.03º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B007C is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB910124-
CMYK0.27100.51
HSL284.03º100%24.31%-
HSV(B)284.03º100%48.63%-
XYZ7.953.6819.36-
YUV41.34174.65163.42-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 57.67%
R=42.33%
G=0%
B=57.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9101240.27100.51284.0310024.31
Hex5B07C1B6403311c6418
Octal13301743314406343414430
Binary1011011011111001101111001000110011100011100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B007C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,0,124); }

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

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

 a { background-color: rgb(91,0,124); }

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

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

 span { border-color: rgb(91,0,124); }

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