#4F1678

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

Shades of Indigo #4F1678

Tints of Indigo #4F1678

Color information

#4F1678 (or 0x4F1678) is unknown color: approx Indigo. HEX triplet: 4F, 16 and 78. RGB value is (79,22,120). Sum of RGB (Red+Green+Blue) = 79+22+120=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F1678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1678 is #B0E987. Grayscale: #313131. Windows color (decimal): -11594120 or 7870031. OLE color: 7870031.

HSL color Cylindrical-coordinate representation of color #4F1678: hue angle of 274.9º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F1678 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7922120-
CMYK0.340.8200.53
HSL274.9º69.01%27.84%-
HSV(B)274.9º81.67%47.06%-
XYZ6.93.5918.1-
YUV50.22167.38148.53-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.75%
GREEN value IS 22 (8.98% from 255) = 9.95%
BLUE value IS 120 (47.27% from 255) = 54.30%
R=35.75%
G=9.95%
B=54.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal79221200.340.8200.53274.969.0127.84
Hex4F16782252035113451c
Octal117261704212206542310534
Binary100111110110111100010001010100100110101100010011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,22,120); }

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

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

 a { background-color: rgb(79,22,120); }

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

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

 span { border-color: rgb(79,22,120); }

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