#5F0277

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

Shades of Indigo #5F0277

Tints of Indigo #5F0277

Color information

#5F0277 (or 0x5F0277) is unknown color: approx Indigo. HEX triplet: 5F, 02 and 77. RGB value is (95,2,119). Sum of RGB (Red+Green+Blue) = 95+2+119=216 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.98% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #5F0277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0277 is #A0FD88. Grayscale: #2A2A2A. Windows color (decimal): -10550665 or 7799391. OLE color: 7799391.

HSL color Cylindrical-coordinate representation of color #5F0277: hue angle of 287.69º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F0277 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB952119-
CMYK0.200.9800.53
HSL287.69º96.69%23.73%-
HSV(B)287.69º98.32%46.67%-
XYZ8.073.8117.76-
YUV43.14170.81164.99-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 43.98%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 119 (46.88% from 255) = 55.09%
R=43.98%
G=0.93%
B=55.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9521190.200.9800.53287.6996.6923.73
Hex5F27714620351206118
Octal13721672414206544014130
Binary10111111011101111010011000100110101100100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,2,119); }

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

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

 a { background-color: rgb(95,2,119); }

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

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

 span { border-color: rgb(95,2,119); }

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