#4F0287

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

Shades of Indigo #4F0287

Tints of Indigo #4F0287

Color information

#4F0287 (or 0x4F0287) is unknown color: approx Indigo. HEX triplet: 4F, 02 and 87. RGB value is (79,2,135). Sum of RGB (Red+Green+Blue) = 79+2+135=216 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.57% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 135 (53.12% from 255 or 62.5% from 216); Max value from RGB is 135 - color contains mainly: blue. Hex color #4F0287 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0287 is #B0FD78. Grayscale: #272727. Windows color (decimal): -11599225 or 8847951. OLE color: 8847951.

HSL color Cylindrical-coordinate representation of color #4F0287: hue angle of 274.74º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F0287 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB792135-
CMYK0.410.9900.47
HSL274.74º97.08%26.86%-
HSV(B)274.74º98.52%52.94%-
XYZ7.623.4523.19-
YUV40.18181.51155.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.57%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 135 (53.12% from 255) = 62.5%
R=36.57%
G=0.93%
B=62.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7921350.410.9900.47274.7497.0826.86
Hex4F287296302F113611b
Octal11722075114305742314133
Binary1001111101000011110100111000110101111100010011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F0287; }

 p { color: rgb(79,2,135); }

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

<style>
 a { background-color: #4F0287; }

 a { background-color: rgb(79,2,135); }

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

<style>
 span { border-color: #4F0287; }

 span { border-color: rgb(79,2,135); }

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