#3F319F

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

Shades of Blue Gem #3F319F

Tints of Blue Gem #3F319F

Color information

#3F319F (or 0x3F319F) is unknown color: approx Blue Gem. HEX triplet: 3F, 31 and 9F. RGB value is (63,49,159). Sum of RGB (Red+Green+Blue) = 63+49+159=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F319F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F319F is #C0CE60. Grayscale: #414141. Windows color (decimal): -12635745 or 10432831. OLE color: 10432831.

HSL color Cylindrical-coordinate representation of color #3F319F: hue angle of 247.64º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F319F is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6349159-
CMYK0.600.6900.38
HSL247.64º52.88%40.78%-
HSV(B)247.64º69.18%62.35%-
XYZ9.415.7633.42-
YUV65.73180.64126.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.25%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 159 (62.5% from 255) = 58.67%
R=23.25%
G=18.08%
B=58.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63491590.600.6900.38247.6452.8840.78
Hex3F319F3C45026f83529
Octal7761237741050463706551
Binary111111110001100111111111001000101010011011111000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F319F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,49,159); }

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

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

 a { background-color: rgb(63,49,159); }

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

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

 span { border-color: rgb(63,49,159); }

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