#4F138A

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

Shades of Indigo #4F138A

Tints of Indigo #4F138A

Color information

#4F138A (or 0x4F138A) is unknown color: approx Indigo. HEX triplet: 4F, 13 and 8A. RGB value is (79,19,138). Sum of RGB (Red+Green+Blue) = 79+19+138=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F138A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F138A is #B0EC75. Grayscale: #323232. Windows color (decimal): -11594870 or 9048911. OLE color: 9048911.

HSL color Cylindrical-coordinate representation of color #4F138A: hue angle of 270.25º degrees, saturation: 0.76, 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 #4F138A is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7919138-
CMYK0.430.8600.46
HSL270.25º75.8%30.78%-
HSV(B)270.25º86.23%54.12%-
XYZ8.043.9624.39-
YUV50.51177.38148.32-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.47%
GREEN value IS 19 (7.81% from 255) = 8.05%
BLUE value IS 138 (54.30% from 255) = 58.47%
R=33.47%
G=8.05%
B=58.47%

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
Decimal79191380.430.8600.46270.2575.830.78
Hex4F138A2B5602E10e4c1f
Octal117232125312605641611437
Binary1001111100111000101010101110101100101110100001110100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F138A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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