#3F0989

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

Shades of Indigo #3F0989

Tints of Indigo #3F0989

Color information

#3F0989 (or 0x3F0989) is unknown color: approx Indigo. HEX triplet: 3F, 09 and 89. RGB value is (63,9,137). Sum of RGB (Red+Green+Blue) = 63+9+137=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 137 (53.91% from 255 or 65.55% from 209); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F0989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0989 is #C0F676. Grayscale: #272727. Windows color (decimal): -12646007 or 8980799. OLE color: 8980799.

HSL color Cylindrical-coordinate representation of color #3F0989: hue angle of 265.31º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0989 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB639137-
CMYK0.540.9300.46
HSL265.31º87.67%28.63%-
HSV(B)265.31º93.43%53.73%-
XYZ6.663.0623.91-
YUV39.74182.89144.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.14%
GREEN value IS 9 (3.91% from 255) = 4.31%
BLUE value IS 137 (53.91% from 255) = 65.55%
R=30.14%
G=4.31%
B=65.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6391370.540.9300.46265.3187.6728.63
Hex3F989365D02E109581d
Octal77112116613505641113035
Binary11111110011000100111011010111010101110100001001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,9,137); }

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

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

 a { background-color: rgb(63,9,137); }

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

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

 span { border-color: rgb(63,9,137); }

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