#5f079b

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

Shades of Indigo #5F079B

Tints of Indigo #5F079B

Color information

#5F079B (or 0x5F079B) is unknown color: approx Indigo. HEX triplet: 5F, 07 and 9B. RGB value is (95,7,155). Sum of RGB (Red+Green+Blue) = 95+7+155=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F079B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F079B is #A0F864. Grayscale: #313131. Windows color (decimal): -10549349 or 10159967. OLE color: 10159967.

HSL color Cylindrical-coordinate representation of color #5F079B: hue angle of 275.68º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F079B is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB957155-
CMYK0.390.9500.39
HSL275.68º91.36%31.76%-
HSV(B)275.68º95.48%60.78%-
XYZ10.714.9531.4-
YUV50.18187.15159.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.96%
GREEN value IS 7 (3.12% from 255) = 2.72%
BLUE value IS 155 (60.94% from 255) = 60.31%
R=36.96%
G=2.72%
B=60.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9571550.390.9500.39275.6891.3631.76
Hex5F79B275F0271145b20
Octal13772334713704742413340
Binary101111111110011011100111101111101001111000101001011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f079b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,7,155); }

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

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

 a { background-color: rgb(95,7,155); }

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

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

 span { border-color: rgb(95,7,155); }

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