#3F0887

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

Shades of Indigo #3F0887

Tints of Indigo #3F0887

Color information

#3F0887 (or 0x3F0887) is unknown color: approx Indigo. HEX triplet: 3F, 08 and 87. RGB value is (63,8,135). Sum of RGB (Red+Green+Blue) = 63+8+135=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 135 (53.12% from 255 or 65.53% from 206); Max value from RGB is 135 - color contains mainly: blue. Hex color #3F0887 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0887 is #C0F778. Grayscale: #262626. Windows color (decimal): -12646265 or 8849471. OLE color: 8849471.

HSL color Cylindrical-coordinate representation of color #3F0887: hue angle of 265.98º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0887 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB638135-
CMYK0.530.9400.47
HSL265.98º88.81%28.04%-
HSV(B)265.98º94.07%52.94%-
XYZ6.512.9823.15-
YUV38.92182.22145.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.58%
GREEN value IS 8 (3.52% from 255) = 3.88%
BLUE value IS 135 (53.12% from 255) = 65.53%
R=30.58%
G=3.88%
B=65.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6381350.530.9400.47265.9888.8128.04
Hex3F887355E02F10a591c
Octal77102076513605741213134
Binary11111110001000011111010110111100101111100001010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,8,135); }

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

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

 a { background-color: rgb(63,8,135); }

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

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

 span { border-color: rgb(63,8,135); }

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