#3F0181

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

Shades of Indigo #3F0181

Tints of Indigo #3F0181

Color information

#3F0181 (or 0x3F0181) is unknown color: approx Indigo. HEX triplet: 3F, 01 and 81. RGB value is (63,1,129). Sum of RGB (Red+Green+Blue) = 63+1+129=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 129 (50.78% from 255 or 66.84% from 193); Max value from RGB is 129 - color contains mainly: blue. Hex color #3F0181 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0181 is #C0FE7E. Grayscale: #212121. Windows color (decimal): -12648063 or 8454463. OLE color: 8454463.

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

Color convert

RGB631129-
CMYK0.510.9900.49
HSL269.06º98.46%25.49%-
HSV(B)269.06º99.22%50.59%-
XYZ6.022.6620.97-
YUV34.13181.54148.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.64%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 129 (50.78% from 255) = 66.84%
R=32.64%
G=0.52%
B=66.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6311290.510.9900.49269.0698.4625.49
Hex3F181336303110d6219
Octal7712016314306141514231
Binary11111111000000111001111000110110001100001101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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