#3F0577

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

Shades of Indigo #3F0577

Tints of Indigo #3F0577

Color information

#3F0577 (or 0x3F0577) is unknown color: approx Indigo. HEX triplet: 3F, 05 and 77. RGB value is (63,5,119). Sum of RGB (Red+Green+Blue) = 63+5+119=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F0577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0577 is #C0FA88. Grayscale: #222222. Windows color (decimal): -12647049 or 7800127. OLE color: 7800127.

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

Color convert

RGB635119-
CMYK0.470.9600.53
HSL270.53º91.94%24.31%-
HSV(B)270.53º95.8%46.67%-
XYZ5.432.517.65-
YUV35.34175.22147.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.69%
GREEN value IS 5 (2.34% from 255) = 2.67%
BLUE value IS 119 (46.88% from 255) = 63.64%
R=33.69%
G=2.67%
B=63.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6351190.470.9600.53270.5391.9424.31
Hex3F5772F6003510f5c18
Octal7751675714006541713430
Binary111111101111011110111111000000110101100001111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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