#5C0975

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

Shades of Indigo #5C0975

Tints of Indigo #5C0975

Color information

#5C0975 (or 0x5C0975) is unknown color: approx Indigo. HEX triplet: 5C, 09 and 75. RGB value is (92,9,117). Sum of RGB (Red+Green+Blue) = 92+9+117=218 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.20% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #5C0975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0975 is #A3F68A. Grayscale: #2D2D2D. Windows color (decimal): -10745483 or 7670108. OLE color: 7670108.

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

Color convert

RGB929117-
CMYK0.210.9200.54
HSL286.11º85.71%24.71%-
HSV(B)286.11º92.31%45.88%-
XYZ7.723.7617.15-
YUV46.13168160.72-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.20%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 117 (46.09% from 255) = 53.67%
R=42.20%
G=4.13%
B=53.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9291170.210.9200.54286.1185.7124.71
Hex5C975155C03611e5619
Octal134111652513406643612631
Binary1011100100111101011010110111000110110100011110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,9,117); }

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

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

 a { background-color: rgb(92,9,117); }

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

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

 span { border-color: rgb(92,9,117); }

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