#3F0475

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

Shades of Indigo #3F0475

Tints of Indigo #3F0475

Color information

#3F0475 (or 0x3F0475) is unknown color: approx Indigo. HEX triplet: 3F, 04 and 75. RGB value is (63,4,117). Sum of RGB (Red+Green+Blue) = 63+4+117=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 117 (46.09% from 255 or 63.59% from 184); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F0475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0475 is #C0FB8A. Grayscale: #222222. Windows color (decimal): -12647307 or 7668799. OLE color: 7668799.

HSL color Cylindrical-coordinate representation of color #3F0475: hue angle of 271.33º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0475 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB634117-
CMYK0.460.9700.54
HSL271.33º93.39%23.73%-
HSV(B)271.33º96.58%45.88%-
XYZ5.32.4317.02-
YUV34.52174.55148.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.24%
GREEN value IS 4 (1.95% from 255) = 2.17%
BLUE value IS 117 (46.09% from 255) = 63.59%
R=34.24%
G=2.17%
B=63.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6341170.460.9700.54271.3393.3923.73
Hex3F4752E6103610f5d18
Octal7741655614106641713530
Binary111111100111010110111011000010110110100001111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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