#3F078E

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

Shades of Indigo #3F078E

Tints of Indigo #3F078E

Color information

#3F078E (or 0x3F078E) is unknown color: approx Indigo. HEX triplet: 3F, 07 and 8E. RGB value is (63,7,142). Sum of RGB (Red+Green+Blue) = 63+7+142=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 142 (55.86% from 255 or 66.98% from 212); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F078E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F078E is #C0F871. Grayscale: #262626. Windows color (decimal): -12646514 or 9307967. OLE color: 9307967.

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

Color convert

RGB637142-
CMYK0.560.9500.44
HSL264.89º90.6%29.22%-
HSV(B)264.89º95.07%55.69%-
XYZ7.013.1625.83-
YUV39.13186.05145.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.72%
GREEN value IS 7 (3.12% from 255) = 3.30%
BLUE value IS 142 (55.86% from 255) = 66.98%
R=29.72%
G=3.30%
B=66.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6371420.560.9500.44264.8990.629.22
Hex3F78E385F02C1095b1d
Octal7772167013705441113335
Binary1111111111000111011100010111110101100100001001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F078E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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