#391FAC

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

Shades of Blue Gem #391FAC

Tints of Blue Gem #391FAC

Color information

#391FAC (or 0x391FAC) is unknown color: approx Blue Gem. HEX triplet: 39, 1F and AC. RGB value is (57,31,172). Sum of RGB (Red+Green+Blue) = 57+31+172=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #391FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391FAC is #C6E053. Grayscale: #363636. Windows color (decimal): -13033556 or 11280185. OLE color: 11280185.

HSL color Cylindrical-coordinate representation of color #391FAC: hue angle of 251.06º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #391FAC is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5731172-
CMYK0.670.8200.33
HSL251.06º69.46%39.8%-
HSV(B)251.06º81.98%67.45%-
XYZ9.624.8339.45-
YUV54.85194.11129.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.92%
GREEN value IS 31 (12.5% from 255) = 11.92%
BLUE value IS 172 (67.58% from 255) = 66.15%
R=21.92%
G=11.92%
B=66.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57311720.670.8200.33251.0669.4639.8
Hex391FAC4352021fb4528
Octal713725410312204137310550
Binary1110011111110101100100001110100100100001111110111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391FAC; }

 p { color: rgb(57,31,172); }

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

<style>
 a { background-color: #391FAC; }

 a { background-color: rgb(57,31,172); }

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

<style>
 span { border-color: #391FAC; }

 span { border-color: rgb(57,31,172); }

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