#45319D

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

Shades of Blue Gem #45319D

Tints of Blue Gem #45319D

Color information

#45319D (or 0x45319D) is unknown color: approx Blue Gem. HEX triplet: 45, 31 and 9D. RGB value is (69,49,157). Sum of RGB (Red+Green+Blue) = 69+49+157=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #45319D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45319D is #BACE62. Grayscale: #424242. Windows color (decimal): -12242531 or 10301765. OLE color: 10301765.

HSL color Cylindrical-coordinate representation of color #45319D: hue angle of 251.11º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45319D is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6949157-
CMYK0.560.6900.38
HSL251.11º52.43%40.39%-
HSV(B)251.11º68.79%61.57%-
XYZ9.645.932.53-
YUV67.29178.63129.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.09%
GREEN value IS 49 (19.53% from 255) = 17.82%
BLUE value IS 157 (61.72% from 255) = 57.09%
R=25.09%
G=17.82%
B=57.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69491570.560.6900.38251.1152.4340.39
Hex45319D3845026fb3428
Octal10561235701050463736450
Binary1000101110001100111011110001000101010011011111011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45319D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45319D; }

 p { color: rgb(69,49,157); }

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

<style>
 a { background-color: #45319D; }

 a { background-color: rgb(69,49,157); }

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

<style>
 span { border-color: #45319D; }

 span { border-color: rgb(69,49,157); }

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