#3F027D

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

Shades of Indigo #3F027D

Tints of Indigo #3F027D

Color information

#3F027D (or 0x3F027D) is unknown color: approx Indigo. HEX triplet: 3F, 02 and 7D. RGB value is (63,2,125). Sum of RGB (Red+Green+Blue) = 63+2+125=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F027D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F027D is #C0FD82. Grayscale: #212121. Windows color (decimal): -12647811 or 8192575. OLE color: 8192575.

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

Color convert

RGB632125-
CMYK0.500.9800.51
HSL269.76º96.85%24.9%-
HSV(B)269.76º98.4%49.02%-
XYZ5.772.5819.6-
YUV34.26179.21148.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 33.16%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 125 (49.22% from 255) = 65.79%
R=33.16%
G=1.05%
B=65.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6321250.500.9800.51269.7696.8524.9
Hex3F27D326203310e6119
Octal7721756214206341614131
Binary11111110111110111001011000100110011100001110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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