#5F006C

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

Shades of Indigo #5F006C

Tints of Indigo #5F006C

Color information

#5F006C (or 0x5F006C) is unknown color: approx Indigo. HEX triplet: 5F, 00 and 6C. RGB value is (95,0,108). Sum of RGB (Red+Green+Blue) = 95+0+108=203 (26% of max value = 765). Red value is 95 (37.5% from 255 or 46.80% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #5F006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F006C is #A0FF93. Grayscale: #282828. Windows color (decimal): -10551188 or 7077983. OLE color: 7077983.

HSL color Cylindrical-coordinate representation of color #5F006C: hue angle of 292.78º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F006C is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB950108-
CMYK0.12100.58
HSL292.78º100%21.18%-
HSV(B)292.78º100%42.35%-
XYZ7.433.5214.47-
YUV40.72165.97166.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 53.20%
R=46.80%
G=0%
B=53.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9501080.12100.58292.7810021.18
Hex5F06CC6403A1256415
Octal13701541414407244514425
Binary101111101101100110011001000111010100100101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,0,108); }

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

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

 a { background-color: rgb(95,0,108); }

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

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

 span { border-color: rgb(95,0,108); }

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