#3F219F

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

Shades of Blue Gem #3F219F

Tints of Blue Gem #3F219F

Color information

#3F219F (or 0x3F219F) is unknown color: approx Blue Gem. HEX triplet: 3F, 21 and 9F. RGB value is (63,33,159). Sum of RGB (Red+Green+Blue) = 63+33+159=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F219F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F219F is #C0DE60. Grayscale: #373737. Windows color (decimal): -12639841 or 10428735. OLE color: 10428735.

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

Color convert

RGB6333159-
CMYK0.600.7900.38
HSL254.29º65.62%37.65%-
HSV(B)254.29º79.25%62.35%-
XYZ8.854.6533.23-
YUV56.33185.94132.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.71%
GREEN value IS 33 (13.28% from 255) = 12.94%
BLUE value IS 159 (62.5% from 255) = 62.35%
R=24.71%
G=12.94%
B=62.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63331590.600.7900.38254.2965.6237.65
Hex3F219F3C4F026fe4226
Octal77412377411704637610246
Binary1111111000011001111111110010011110100110111111101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F219F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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