#3f1f9f

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

Shades of Blue Gem #3F1F9F

Tints of Blue Gem #3F1F9F

Color information

#3F1F9F (or 0x3F1F9F) is unknown color: approx Blue Gem. HEX triplet: 3F, 1F and 9F. RGB value is (63,31,159). Sum of RGB (Red+Green+Blue) = 63+31+159=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F1F9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F1F9F is #C0E060. Grayscale: #363636. Windows color (decimal): -12640353 or 10428223. OLE color: 10428223.

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

Color convert

RGB6331159-
CMYK0.600.8100.38
HSL255º67.37%37.25%-
HSV(B)255º80.5%62.35%-
XYZ8.84.5433.21-
YUV55.16186.6133.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.90%
GREEN value IS 31 (12.5% from 255) = 12.25%
BLUE value IS 159 (62.5% from 255) = 62.85%
R=24.90%
G=12.25%
B=62.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63311590.600.8100.3825567.3737.25
Hex3F1F9F3C51026ff4325
Octal77372377412104637710345
Binary111111111111001111111110010100010100110111111111000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f1f9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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