#3F097F

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

Shades of Indigo #3F097F

Tints of Indigo #3F097F

Color information

#3F097F (or 0x3F097F) is unknown color: approx Indigo. HEX triplet: 3F, 09 and 7F. RGB value is (63,9,127). Sum of RGB (Red+Green+Blue) = 63+9+127=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F097F is #C0F680. Grayscale: #262626. Windows color (decimal): -12646017 or 8325439. OLE color: 8325439.

HSL color Cylindrical-coordinate representation of color #3F097F: hue angle of 267.46º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F097F is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB639127-
CMYK0.500.9300.50
HSL267.46º86.76%26.67%-
HSV(B)267.46º92.91%49.8%-
XYZ5.982.7820.3-
YUV38.6177.89145.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.66%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 127 (50% from 255) = 63.82%
R=31.66%
G=4.52%
B=63.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6391270.500.9300.50267.4686.7626.67
Hex3F97F325D03210b571b
Octal77111776213506241312733
Binary1111111001111111111001010111010110010100001011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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