#3F0479

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

Shades of Indigo #3F0479

Tints of Indigo #3F0479

Color information

#3F0479 (or 0x3F0479) is unknown color: approx Indigo. HEX triplet: 3F, 04 and 79. RGB value is (63,4,121). Sum of RGB (Red+Green+Blue) = 63+4+121=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 121 (47.66% from 255 or 64.36% from 188); Max value from RGB is 121 - color contains mainly: blue. Hex color #3F0479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0479 is #C0FB86. Grayscale: #222222. Windows color (decimal): -12647303 or 7930943. OLE color: 7930943.

HSL color Cylindrical-coordinate representation of color #3F0479: hue angle of 270.26º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0479 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB634121-
CMYK0.480.9700.53
HSL270.26º93.6%24.51%-
HSV(B)270.26º96.69%47.45%-
XYZ5.542.5218.28-
YUV34.98176.55147.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.51%
GREEN value IS 4 (1.95% from 255) = 2.13%
BLUE value IS 121 (47.66% from 255) = 64.36%
R=33.51%
G=2.13%
B=64.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6341210.480.9700.53270.2693.624.51
Hex3F479306103510e5e19
Octal7741716014106541613631
Binary111111100111100111000011000010110101100001110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F0479; }

 p { color: rgb(63,4,121); }

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

<style>
 a { background-color: #3F0479; }

 a { background-color: rgb(63,4,121); }

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

<style>
 span { border-color: #3F0479; }

 span { border-color: rgb(63,4,121); }

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