#4F148A

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

Shades of Indigo #4F148A

Tints of Indigo #4F148A

Color information

#4F148A (or 0x4F148A) is unknown color: approx Indigo. HEX triplet: 4F, 14 and 8A. RGB value is (79,20,138). Sum of RGB (Red+Green+Blue) = 79+20+138=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 138 (54.30% from 255 or 58.23% from 237); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F148A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F148A is #B0EB75. Grayscale: #323232. Windows color (decimal): -11594614 or 9049167. OLE color: 9049167.

HSL color Cylindrical-coordinate representation of color #4F148A: hue angle of 270º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F148A is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7920138-
CMYK0.430.8600.46
HSL270º74.68%30.98%-
HSV(B)270º85.51%54.12%-
XYZ8.06424.39-
YUV51.09177.05147.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.33%
GREEN value IS 20 (8.20% from 255) = 8.44%
BLUE value IS 138 (54.30% from 255) = 58.23%
R=33.33%
G=8.44%
B=58.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79201380.430.8600.4627074.6830.98
Hex4F148A2B5602E10e4b1f
Octal117242125312605641611337
Binary1001111101001000101010101110101100101110100001110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F148A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,20,138); }

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

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

 a { background-color: rgb(79,20,138); }

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

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

 span { border-color: rgb(79,20,138); }

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