#3F0967

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

Shades of Indigo #3F0967

Tints of Indigo #3F0967

Color information

#3F0967 (or 0x3F0967) is unknown color: approx Indigo. HEX triplet: 3F, 09 and 67. RGB value is (63,9,103). Sum of RGB (Red+Green+Blue) = 63+9+103=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 103 (40.62% from 255 or 58.86% from 175); Max value from RGB is 103 - color contains mainly: blue. Hex color #3F0967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0967 is #C0F698. Grayscale: #232323. Windows color (decimal): -12646041 or 6752575. OLE color: 6752575.

HSL color Cylindrical-coordinate representation of color #3F0967: hue angle of 274.47º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F0967 is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB639103-
CMYK0.390.9100.60
HSL274.47º83.93%21.96%-
HSV(B)274.47º91.26%40.39%-
XYZ4.62.2313.02-
YUV35.86165.89147.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 103 (40.62% from 255) = 58.86%
R=36%
G=5.14%
B=58.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6391030.390.9100.60274.4783.9321.96
Hex3F967275B03C1125416
Octal77111474713307442212426
Binary1111111001110011110011110110110111100100010010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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