#441B9A

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

Shades of Blue Gem #441B9A

Tints of Blue Gem #441B9A

Color information

#441B9A (or 0x441B9A) is unknown color: approx Blue Gem. HEX triplet: 44, 1B and 9A. RGB value is (68,27,154). Sum of RGB (Red+Green+Blue) = 68+27+154=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #441B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441B9A is #BBE465. Grayscale: #353535. Windows color (decimal): -12313702 or 10099524. OLE color: 10099524.

HSL color Cylindrical-coordinate representation of color #441B9A: hue angle of 259.37º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #441B9A is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6827154-
CMYK0.560.8200.40
HSL259.37º70.17%35.49%-
HSV(B)259.37º82.47%60.39%-
XYZ8.614.3530.96-
YUV53.74184.58138.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.31%
GREEN value IS 27 (10.94% from 255) = 10.84%
BLUE value IS 154 (60.55% from 255) = 61.85%
R=27.31%
G=10.84%
B=61.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68271540.560.8200.40259.3770.1735.49
Hex441B9A38520281034623
Octal104332327012205040310643
Binary10001001101110011010111000101001001010001000000111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,27,154); }

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

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

 a { background-color: rgb(68,27,154); }

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

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

 span { border-color: rgb(68,27,154); }

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