#4f007c

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

Shades of Indigo #4F007C

Tints of Indigo #4F007C

Color information

#4F007C (or 0x4F007C) is unknown color: approx Indigo. HEX triplet: 4F, 00 and 7C. RGB value is (79,0,124). Sum of RGB (Red+Green+Blue) = 79+0+124=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F007C is #B0FF83. Grayscale: #252525. Windows color (decimal): -11599748 or 8126543. OLE color: 8126543.

HSL color Cylindrical-coordinate representation of color #4F007C: hue angle of 278.23º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F007C is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB790124-
CMYK0.36100.51
HSL278.23º100%24.31%-
HSV(B)278.23º100%48.63%-
XYZ6.863.1219.31-
YUV37.76176.67157.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 124 (48.83% from 255) = 61.08%
R=38.92%
G=0%
B=61.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7901240.36100.51278.2310024.31
Hex4F07C24640331166418
Octal11701744414406342614430
Binary10011110111110010010011001000110011100010110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f007c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,0,124); }

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

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

 a { background-color: rgb(79,0,124); }

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

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

 span { border-color: rgb(79,0,124); }

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