#5C0083

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

Shades of Indigo #5C0083

Tints of Indigo #5C0083

Color information

#5C0083 (or 0x5C0083) is unknown color: approx Indigo. HEX triplet: 5C, 00 and 83. RGB value is (92,0,131). Sum of RGB (Red+Green+Blue) = 92+0+131=223 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.26% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #5C0083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0083 is #A3FF7C. Grayscale: #2A2A2A. Windows color (decimal): -10747773 or 8585308. OLE color: 8585308.

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

Color convert

RGB920131-
CMYK0.30100.49
HSL282.14º100%25.69%-
HSV(B)282.14º100%51.37%-
XYZ8.513.9121.78-
YUV42.44177.98163.35-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 41.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 131 (51.56% from 255) = 58.74%
R=41.26%
G=0%
B=58.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9201310.30100.49282.1410025.69
Hex5C0831E6403111a641a
Octal13402033614406143214432
Binary10111000100000111111011001000110001100011010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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