#3F017F

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

Shades of Indigo #3F017F

Tints of Indigo #3F017F

Color information

#3F017F (or 0x3F017F) is unknown color: approx Indigo. HEX triplet: 3F, 01 and 7F. RGB value is (63,1,127). Sum of RGB (Red+Green+Blue) = 63+1+127=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 127 (50% from 255 or 66.49% from 191); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F017F is #C0FE80. Grayscale: #212121. Windows color (decimal): -12648065 or 8323391. OLE color: 8323391.

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

Color convert

RGB631127-
CMYK0.500.9900.50
HSL269.52º98.44%25.1%-
HSV(B)269.52º99.21%49.8%-
XYZ5.892.6120.27-
YUV33.9180.54148.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.98%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 127 (50% from 255) = 66.49%
R=32.98%
G=0.52%
B=66.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6311270.500.9900.50269.5298.4425.1
Hex3F17F326303210e6219
Octal7711776214306241614231
Binary1111111111111111001011000110110010100001110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F017F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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