#4F11A4

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

Shades of Indigo #4F11A4

Tints of Indigo #4F11A4

Color information

#4F11A4 (or 0x4F11A4) is unknown color: approx Indigo. HEX triplet: 4F, 11 and A4. RGB value is (79,17,164). Sum of RGB (Red+Green+Blue) = 79+17+164=260 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.38% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 164 (64.45% from 255 or 63.08% from 260); Max value from RGB is 164 - color contains mainly: blue. Hex color #4F11A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F11A4 is #B0EE5B. Grayscale: #333333. Windows color (decimal): -11595356 or 10752335. OLE color: 10752335.

HSL color Cylindrical-coordinate representation of color #4F11A4: hue angle of 265.31º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F11A4 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7917164-
CMYK0.520.9000.36
HSL265.31º81.22%35.49%-
HSV(B)265.31º89.63%64.31%-
XYZ10.134.7435.5-
YUV52.3191.04147.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.38%
GREEN value IS 17 (7.03% from 255) = 6.54%
BLUE value IS 164 (64.45% from 255) = 63.08%
R=30.38%
G=6.54%
B=63.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal79171640.520.9000.36265.3181.2235.49
Hex4F11A4345A0241095123
Octal117212446413204441112143
Binary10011111000110100100110100101101001001001000010011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F11A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,17,164); }

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

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

 a { background-color: rgb(79,17,164); }

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

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

 span { border-color: rgb(79,17,164); }

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