#5F1687

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

Shades of Indigo #5F1687

Tints of Indigo #5F1687

Color information

#5F1687 (or 0x5F1687) is unknown color: approx Indigo. HEX triplet: 5F, 16 and 87. RGB value is (95,22,135). Sum of RGB (Red+Green+Blue) = 95+22+135=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 135 (53.12% from 255 or 53.57% from 252); Max value from RGB is 135 - color contains mainly: blue. Hex color #5F1687 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F1687 is #A0E978. Grayscale: #383838. Windows color (decimal): -10545529 or 8853087. OLE color: 8853087.

HSL color Cylindrical-coordinate representation of color #5F1687: hue angle of 278.76º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F1687 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9522135-
CMYK0.300.8400.47
HSL278.76º71.97%30.78%-
HSV(B)278.76º83.7%52.94%-
XYZ9.384.7623.35-
YUV56.71172.18155.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.70%
GREEN value IS 22 (8.98% from 255) = 8.73%
BLUE value IS 135 (53.12% from 255) = 53.57%
R=37.70%
G=8.73%
B=53.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95221350.300.8400.47278.7671.9730.78
Hex5F16871E5402F117481f
Octal137262073612405742711037
Binary101111110110100001111111010101000101111100010111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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