#5F076B

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

Shades of Indigo #5F076B

Tints of Indigo #5F076B

Color information

#5F076B (or 0x5F076B) is unknown color: approx Indigo. HEX triplet: 5F, 07 and 6B. RGB value is (95,7,107). Sum of RGB (Red+Green+Blue) = 95+7+107=209 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.45% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #5F076B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F076B is #A0F894. Grayscale: #2C2C2C. Windows color (decimal): -10549397 or 7014239. OLE color: 7014239.

HSL color Cylindrical-coordinate representation of color #5F076B: hue angle of 292.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F076B is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB957107-
CMYK0.110.9300.58
HSL292.8º87.72%22.35%-
HSV(B)292.8º93.46%41.96%-
XYZ7.453.6514.22-
YUV44.71163.15163.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.45%
GREEN value IS 7 (3.12% from 255) = 3.35%
BLUE value IS 107 (42.19% from 255) = 51.20%
R=45.45%
G=3.35%
B=51.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9571070.110.9300.58292.887.7222.35
Hex5F76BB5D03A1255816
Octal13771531313507244513026
Binary10111111111101011101110111010111010100100101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F076B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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