#3F077F

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

Shades of Indigo #3F077F

Tints of Indigo #3F077F

Color information

#3F077F (or 0x3F077F) is unknown color: approx Indigo. HEX triplet: 3F, 07 and 7F. RGB value is (63,7,127). Sum of RGB (Red+Green+Blue) = 63+7+127=197 (26% of max value = 765). Red value is 63 (25% from 255 or 31.98% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 127 (50% from 255 or 64.47% from 197); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F077F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F077F is #C0F880. Grayscale: #252525. Windows color (decimal): -12646529 or 8324927. OLE color: 8324927.

HSL color Cylindrical-coordinate representation of color #3F077F: hue angle of 268º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F077F is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB637127-
CMYK0.500.9400.50
HSL268º89.55%26.27%-
HSV(B)268º94.49%49.8%-
XYZ5.962.7420.29-
YUV37.42178.55146.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.98%
GREEN value IS 7 (3.12% from 255) = 3.55%
BLUE value IS 127 (50% from 255) = 64.47%
R=31.98%
G=3.55%
B=64.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6371270.500.9400.5026889.5526.27
Hex3F77F325E03210c5a1a
Octal7771776213606241413232
Binary111111111111111111001010111100110010100001100101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F077F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,7,127); }

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

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

 a { background-color: rgb(63,7,127); }

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

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

 span { border-color: rgb(63,7,127); }

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