#5C1675

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

Shades of Indigo #5C1675

Tints of Indigo #5C1675

Color information

#5C1675 (or 0x5C1675) is unknown color: approx Indigo. HEX triplet: 5C, 16 and 75. RGB value is (92,22,117). Sum of RGB (Red+Green+Blue) = 92+22+117=231 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.83% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #5C1675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1675 is #A3E98A. Grayscale: #353535. Windows color (decimal): -10742155 or 7673436. OLE color: 7673436.

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

Color convert

RGB9222117-
CMYK0.210.8100.54
HSL284.21º68.35%27.25%-
HSV(B)284.21º81.2%45.88%-
XYZ7.914.1317.21-
YUV53.76163.69155.28-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.83%
GREEN value IS 22 (8.98% from 255) = 9.52%
BLUE value IS 117 (46.09% from 255) = 50.65%
R=39.83%
G=9.52%
B=50.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92221170.210.8100.54284.2168.3527.25
Hex5C1675155103611c441b
Octal134261652512106643410433
Binary10111001011011101011010110100010110110100011100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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