#5F1084

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

Shades of Indigo #5F1084

Tints of Indigo #5F1084

Color information

#5F1084 (or 0x5F1084) is unknown color: approx Indigo. HEX triplet: 5F, 10 and 84. RGB value is (95,16,132). Sum of RGB (Red+Green+Blue) = 95+16+132=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #5F1084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F1084 is #A0EF7B. Grayscale: #343434. Windows color (decimal): -10547068 or 8654943. OLE color: 8654943.

HSL color Cylindrical-coordinate representation of color #5F1084: hue angle of 280.86º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5F1084 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9516132-
CMYK0.280.8800.48
HSL280.86º78.38%29.02%-
HSV(B)280.86º87.88%51.76%-
XYZ9.074.4722.21-
YUV52.84172.67158.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.09%
GREEN value IS 16 (6.64% from 255) = 6.58%
BLUE value IS 132 (51.95% from 255) = 54.32%
R=39.09%
G=6.58%
B=54.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95161320.280.8800.48280.8678.3829.02
Hex5F10841C580301194e1d
Octal137202043413006043111635
Binary101111110000100001001110010110000110000100011001100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,16,132); }

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

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

 a { background-color: rgb(95,16,132); }

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

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

 span { border-color: rgb(95,16,132); }

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