#3F0575

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

Shades of Indigo #3F0575

Tints of Indigo #3F0575

Color information

#3F0575 (or 0x3F0575) is unknown color: approx Indigo. HEX triplet: 3F, 05 and 75. RGB value is (63,5,117). Sum of RGB (Red+Green+Blue) = 63+5+117=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F0575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0575 is #C0FA8A. Grayscale: #222222. Windows color (decimal): -12647051 or 7669055. OLE color: 7669055.

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

Color convert

RGB635117-
CMYK0.460.9600.54
HSL271.07º91.8%23.92%-
HSV(B)271.07º95.73%45.88%-
XYZ5.322.4517.02-
YUV35.11174.22147.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.05%
GREEN value IS 5 (2.34% from 255) = 2.70%
BLUE value IS 117 (46.09% from 255) = 63.24%
R=34.05%
G=2.70%
B=63.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6351170.460.9600.54271.0791.823.92
Hex3F5752E6003610f5c18
Octal7751655614006641713430
Binary111111101111010110111011000000110110100001111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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