#3F017D

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

Shades of Indigo #3F017D

Tints of Indigo #3F017D

Color information

#3F017D (or 0x3F017D) is unknown color: approx Indigo. HEX triplet: 3F, 01 and 7D. RGB value is (63,1,125). Sum of RGB (Red+Green+Blue) = 63+1+125=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F017D is #C0FE82. Grayscale: #212121. Windows color (decimal): -12648067 or 8192319. OLE color: 8192319.

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

Color convert

RGB631125-
CMYK0.500.9900.51
HSL270º98.41%24.71%-
HSV(B)270º99.2%49.02%-
XYZ5.762.5619.59-
YUV33.67179.54148.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 125 (49.22% from 255) = 66.14%
R=33.33%
G=0.53%
B=66.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6311250.500.9900.5127098.4124.71
Hex3F17D326303310e6219
Octal7711756214306341614231
Binary1111111111110111001011000110110011100001110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F017D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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