#5C008B

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

Shades of Indigo #5C008B

Tints of Indigo #5C008B

Color information

#5C008B (or 0x5C008B) is unknown color: approx Indigo. HEX triplet: 5C, 00 and 8B. RGB value is (92,0,139). Sum of RGB (Red+Green+Blue) = 92+0+139=231 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.83% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C008B is #A3FF74. Grayscale: #2A2A2A. Windows color (decimal): -10747765 or 9109596. OLE color: 9109596.

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

Color convert

RGB920139-
CMYK0.34100.45
HSL279.71º100%27.25%-
HSV(B)279.71º100%54.51%-
XYZ9.074.1424.75-
YUV43.35181.98162.7-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 60.17%
R=39.83%
G=0%
B=60.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9201390.34100.45279.7110027.25
Hex5C08B226402D118641b
Octal13402134214405543014433
Binary101110001000101110001011001000101101100011000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,0,139); }

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

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

 a { background-color: rgb(92,0,139); }

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

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

 span { border-color: rgb(92,0,139); }

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