#5F177D

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

Shades of Indigo #5F177D

Tints of Indigo #5F177D

Color information

#5F177D (or 0x5F177D) is unknown color: approx Indigo. HEX triplet: 5F, 17 and 7D. RGB value is (95,23,125). Sum of RGB (Red+Green+Blue) = 95+23+125=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #5F177D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F177D is #A0E882. Grayscale: #373737. Windows color (decimal): -10545283 or 8197983. OLE color: 8197983.

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

Color convert

RGB9523125-
CMYK0.240.8200.51
HSL282.35º68.92%29.02%-
HSV(B)282.35º81.6%49.02%-
XYZ8.734.5319.82-
YUV56.16166.85155.71-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.09%
GREEN value IS 23 (9.38% from 255) = 9.47%
BLUE value IS 125 (49.22% from 255) = 51.44%
R=39.09%
G=9.47%
B=51.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal95231250.240.8200.51282.3568.9229.02
Hex5F177D185203311a451d
Octal137271753012206343210535
Binary10111111011111111011100010100100110011100011010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F177D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,23,125); }

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

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

 a { background-color: rgb(95,23,125); }

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

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

 span { border-color: rgb(95,23,125); }

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