Html Css Color HEX #441E9A Blue Gem

📋 copy color: '#441E9A'

red 68 ◦ green 30 ◦ blue 154

#441E9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #441E9A

Tints of Blue Gem #441E9A

RGB

 RED value IS 68 (26.95% from 255) = 26.98%

 GREEN value IS 30 (12.11% from 255) = 11.9%

 BLUE value IS 154 (60.55% from 255) = 61.11%

R = 26.98%
G = 11.9%
B = 61.11%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#441E9A (or 0x441E9A) is known color: Blue Gem. HEX triplet: 44, 1E and 9A. RGB value is (68,30,154). Sum of RGB (Red+Green+Blue) = 68+30+154=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 154 (60.55% from 255 or 61.11% from 252); Max value from RGB is 154 - color contains mainly: blue. Hex color #441E9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441E9A is #BBE165. Grayscale: #373737. Windows color (decimal): -12312934 or 10100292. OLE color: 10100292.

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

Color convert

RGB 68 30 154 -
CMYK 0.56 0.81 0 0.40
HSL 258.39º 0.67% 0.36% -
HSV(B) 258.39º 0.81% 0.6% -
XYZ 8.68 4.49 30.98 -
YUV 55.5 183.59 136.92 -
System Red Green Blue C M Y K H S L
Decimal 68 30 154 0.56 0.81 0 0.40 258.39 0.67 0.36
Hex 44 1E 9A 38 51 0 28 102 43 24
Octal 104 36 232 70 121 0 50 402 103 44
Binary 1000100 11110 10011010 111000 1010001 0 101000 100000010 1000011 100100

Color Harmonies of #441E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E9A

Black with #441E9A

Text Example


Text Example

White with #441E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #441E9A;
 }
 .AnyTagClassName
 {
   color: #441E9A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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