#441E99

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

Shades of Blue Gem #441E99

Tints of Blue Gem #441E99

Color information

#441E99 (or 0x441E99) is unknown color: approx Blue Gem. HEX triplet: 44, 1E and 99. RGB value is (68,30,153). Sum of RGB (Red+Green+Blue) = 68+30+153=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #441E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441E99 is #BBE166. Grayscale: #363636. Windows color (decimal): -12312935 or 10034756. OLE color: 10034756.

HSL color Cylindrical-coordinate representation of color #441E99: hue angle of 258.54º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #441E99 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6830153-
CMYK0.560.8000.4
HSL258.54º67.21%35.88%-
HSV(B)258.54º80.39%60%-
XYZ8.64.4630.54-
YUV55.38183.09137-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.09%
GREEN value IS 30 (12.11% from 255) = 11.95%
BLUE value IS 153 (60.16% from 255) = 60.96%
R=27.09%
G=11.95%
B=60.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal68301530.560.8000.4258.5467.2135.88
Hex441E9938500281034324
Octal104362317012005040310344
Binary10001001111010011001111000101000001010001000000111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441E99; }

 p { color: rgb(68,30,153); }

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

<style>
 a { background-color: #441E99; }

 a { background-color: rgb(68,30,153); }

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

<style>
 span { border-color: #441E99; }

 span { border-color: rgb(68,30,153); }

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