#3F1BA0

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

Shades of Blue Gem #3F1BA0

Tints of Blue Gem #3F1BA0

Color information

#3F1BA0 (or 0x3F1BA0) is unknown color: approx Blue Gem. HEX triplet: 3F, 1B and A0. RGB value is (63,27,160). Sum of RGB (Red+Green+Blue) = 63+27+160=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 160 (62.89% from 255 or 64% from 250); Max value from RGB is 160 - color contains mainly: blue. Hex color #3F1BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F1BA0 is #C0E45F. Grayscale: #343434. Windows color (decimal): -12641376 or 10492735. OLE color: 10492735.

HSL color Cylindrical-coordinate representation of color #3F1BA0: hue angle of 256.24º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F1BA0 is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6327160-
CMYK0.610.8300.37
HSL256.24º71.12%36.67%-
HSV(B)256.24º83.13%62.75%-
XYZ8.794.3833.64-
YUV52.93188.43135.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.2%
GREEN value IS 27 (10.94% from 255) = 10.8%
BLUE value IS 160 (62.89% from 255) = 64%
R=25.2%
G=10.8%
B=64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal63271600.610.8300.37256.2471.1236.67
Hex3F1BA03D530251004725
Octal77332407512304540010745
Binary1111111101110100000111101101001101001011000000001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,27,160); }

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

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

 a { background-color: rgb(63,27,160); }

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

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

 span { border-color: rgb(63,27,160); }

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