#4F0581

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

Shades of Indigo #4F0581

Tints of Indigo #4F0581

Color information

#4F0581 (or 0x4F0581) is unknown color: approx Indigo. HEX triplet: 4F, 05 and 81. RGB value is (79,5,129). Sum of RGB (Red+Green+Blue) = 79+5+129=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 129 (50.78% from 255 or 60.56% from 213); Max value from RGB is 129 - color contains mainly: blue. Hex color #4F0581 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0581 is #B0FA7E. Grayscale: #282828. Windows color (decimal): -11598463 or 8455503. OLE color: 8455503.

HSL color Cylindrical-coordinate representation of color #4F0581: hue angle of 275.81º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F0581 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB795129-
CMYK0.390.9600.49
HSL275.81º92.54%26.27%-
HSV(B)275.81º96.12%50.59%-
XYZ7.243.3621.03-
YUV41.26177.52154.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.09%
GREEN value IS 5 (2.34% from 255) = 2.35%
BLUE value IS 129 (50.78% from 255) = 60.56%
R=37.09%
G=2.35%
B=60.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7951290.390.9600.49275.8192.5426.27
Hex4F58127600311145d1a
Octal11752014714006142413532
Binary10011111011000000110011111000000110001100010100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,5,129); }

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

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

 a { background-color: rgb(79,5,129); }

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

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

 span { border-color: rgb(79,5,129); }

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