#5F168D

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

Shades of Indigo #5F168D

Tints of Indigo #5F168D

Color information

#5F168D (or 0x5F168D) is unknown color: approx Indigo. HEX triplet: 5F, 16 and 8D. RGB value is (95,22,141). Sum of RGB (Red+Green+Blue) = 95+22+141=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F168D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F168D is #A0E972. Grayscale: #383838. Windows color (decimal): -10545523 or 9246303. OLE color: 9246303.

HSL color Cylindrical-coordinate representation of color #5F168D: hue angle of 276.81º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F168D is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9522141-
CMYK0.330.8400.45
HSL276.81º73.01%31.96%-
HSV(B)276.81º84.4%55.29%-
XYZ9.814.9325.63-
YUV57.39175.18154.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.82%
GREEN value IS 22 (8.98% from 255) = 8.53%
BLUE value IS 141 (55.47% from 255) = 54.65%
R=36.82%
G=8.53%
B=54.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95221410.330.8400.45276.8173.0131.96
Hex5F168D215402D1154920
Octal137262154112405542511140
Binary10111111011010001101100001101010001011011000101011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F168D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,22,141); }

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

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

 a { background-color: rgb(95,22,141); }

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

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

 span { border-color: rgb(95,22,141); }

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