#5F0799

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

Shades of Indigo #5F0799

Tints of Indigo #5F0799

Color information

#5F0799 (or 0x5F0799) is unknown color: approx Indigo. HEX triplet: 5F, 07 and 99. RGB value is (95,7,153). Sum of RGB (Red+Green+Blue) = 95+7+153=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F0799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0799 is #A0F866. Grayscale: #313131. Windows color (decimal): -10549351 or 10028895. OLE color: 10028895.

HSL color Cylindrical-coordinate representation of color #5F0799: hue angle of 276.16º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F0799 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB957153-
CMYK0.380.9500.4
HSL276.16º91.25%31.37%-
HSV(B)276.16º95.42%60%-
XYZ10.554.8830.52-
YUV49.96186.15160.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.25%
GREEN value IS 7 (3.12% from 255) = 2.75%
BLUE value IS 153 (60.16% from 255) = 60%
R=37.25%
G=2.75%
B=60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal9571530.380.9500.4276.1691.2531.37
Hex5F799265F0281145b1f
Octal13772314613705042413337
Binary10111111111001100110011010111110101000100010100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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