#441A9F

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

Shades of Blue Gem #441A9F

Tints of Blue Gem #441A9F

Color information

#441A9F (or 0x441A9F) is unknown color: approx Blue Gem. HEX triplet: 44, 1A and 9F. RGB value is (68,26,159). Sum of RGB (Red+Green+Blue) = 68+26+159=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #441A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441A9F is #BBE560. Grayscale: #353535. Windows color (decimal): -12313953 or 10426948. OLE color: 10426948.

HSL color Cylindrical-coordinate representation of color #441A9F: hue angle of 258.95º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #441A9F is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6826159-
CMYK0.570.8400.38
HSL258.95º71.89%36.27%-
HSV(B)258.95º83.65%62.35%-
XYZ9.014.4733.19-
YUV53.72187.41138.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.88%
GREEN value IS 26 (10.55% from 255) = 10.28%
BLUE value IS 159 (62.5% from 255) = 62.85%
R=26.88%
G=10.28%
B=62.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68261590.570.8400.38258.9571.8936.27
Hex441A9F39540261034824
Octal104322377112404640311044
Binary10001001101010011111111001101010001001101000000111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,26,159); }

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

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

 a { background-color: rgb(68,26,159); }

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

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

 span { border-color: rgb(68,26,159); }

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