#3F026D

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

Shades of Indigo #3F026D

Tints of Indigo #3F026D

Color information

#3F026D (or 0x3F026D) is unknown color: approx Indigo. HEX triplet: 3F, 02 and 6D. RGB value is (63,2,109). Sum of RGB (Red+Green+Blue) = 63+2+109=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 109 (42.97% from 255 or 62.64% from 174); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F026D is #C0FD92. Grayscale: #202020. Windows color (decimal): -12647827 or 7143999. OLE color: 7143999.

HSL color Cylindrical-coordinate representation of color #3F026D: hue angle of 274.21º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F026D is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB632109-
CMYK0.420.9800.57
HSL274.21º96.4%21.76%-
HSV(B)274.21º98.17%42.75%-
XYZ4.832.214.64-
YUV32.44171.21149.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.21%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 109 (42.97% from 255) = 62.64%
R=36.21%
G=1.15%
B=62.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6321090.420.9800.57274.2196.421.76
Hex3F26D2A620391126016
Octal7721555214207142214026
Binary11111110110110110101011000100111001100010010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,2,109); }

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

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

 a { background-color: rgb(63,2,109); }

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

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

 span { border-color: rgb(63,2,109); }

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