#3F0985

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

Shades of Indigo #3F0985

Tints of Indigo #3F0985

Color information

#3F0985 (or 0x3F0985) is unknown color: approx Indigo. HEX triplet: 3F, 09 and 85. RGB value is (63,9,133). Sum of RGB (Red+Green+Blue) = 63+9+133=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F0985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0985 is #C0F67A. Grayscale: #262626. Windows color (decimal): -12646011 or 8718655. OLE color: 8718655.

HSL color Cylindrical-coordinate representation of color #3F0985: hue angle of 266.13º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0985 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB639133-
CMYK0.530.9300.48
HSL266.13º87.32%27.84%-
HSV(B)266.13º93.23%52.16%-
XYZ6.382.9522.42-
YUV39.28180.89144.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.73%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 133 (52.34% from 255) = 64.88%
R=30.73%
G=4.39%
B=64.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6391330.530.9300.48266.1387.3227.84
Hex3F985355D03010a571c
Octal77112056513506041212734
Binary11111110011000010111010110111010110000100001010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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