#3F0371

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

Shades of Indigo #3F0371

Tints of Indigo #3F0371

Color information

#3F0371 (or 0x3F0371) is unknown color: approx Indigo. HEX triplet: 3F, 03 and 71. RGB value is (63,3,113). Sum of RGB (Red+Green+Blue) = 63+3+113=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F0371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0371 is #C0FC8E. Grayscale: #212121. Windows color (decimal): -12647567 or 7406399. OLE color: 7406399.

HSL color Cylindrical-coordinate representation of color #3F0371: hue angle of 272.73º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0371 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB633113-
CMYK0.440.9700.56
HSL272.73º94.83%22.75%-
HSV(B)272.73º97.35%44.31%-
XYZ5.062.3115.8-
YUV33.48172.88149.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.20%
GREEN value IS 3 (1.56% from 255) = 1.68%
BLUE value IS 113 (44.53% from 255) = 63.13%
R=35.20%
G=1.68%
B=63.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6331130.440.9700.56272.7394.8322.75
Hex3F3712C610381115f17
Octal7731615414107042113727
Binary11111111111000110110011000010111000100010001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,3,113); }

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

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

 a { background-color: rgb(63,3,113); }

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

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

 span { border-color: rgb(63,3,113); }

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