#4F187E

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

Shades of Indigo #4F187E

Tints of Indigo #4F187E

Color information

#4F187E (or 0x4F187E) is unknown color: approx Indigo. HEX triplet: 4F, 18 and 7E. RGB value is (79,24,126). Sum of RGB (Red+Green+Blue) = 79+24+126=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 126 (49.61% from 255 or 55.02% from 229); Max value from RGB is 126 - color contains mainly: blue. Hex color #4F187E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F187E is #B0E781. Grayscale: #333333. Windows color (decimal): -11593602 or 8263759. OLE color: 8263759.

HSL color Cylindrical-coordinate representation of color #4F187E: hue angle of 272.35º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F187E is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7924126-
CMYK0.370.8100.51
HSL272.35º68%29.41%-
HSV(B)272.35º80.95%49.41%-
XYZ7.323.8220.09-
YUV52.07169.72147.21-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.50%
GREEN value IS 24 (9.77% from 255) = 10.48%
BLUE value IS 126 (49.61% from 255) = 55.02%
R=34.50%
G=10.48%
B=55.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal79241260.370.8100.51272.356829.41
Hex4F187E2551033110441d
Octal117301764512106342010435
Binary100111111000111111010010110100010110011100010000100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F187E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,24,126); }

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

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

 a { background-color: rgb(79,24,126); }

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

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

 span { border-color: rgb(79,24,126); }

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