Html Css Color HEX #443191 Blue Gem

📋 copy color: '#443191'

red 68 ◦ green 49 ◦ blue 145

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

Shades of Blue Gem #443191

Tints of Blue Gem #443191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.7%

 BLUE value IS 145 (57.03% from 255) = 55.34%

R = 25.95%
G = 18.7%
B = 55.34%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#443191 (or 0x443191) is known color: Blue Gem. HEX triplet: 44, 31 and 91. RGB value is (68,49,145). Sum of RGB (Red+Green+Blue) = 68+49+145=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #443191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443191 is #BBCE6E. Grayscale: #414141. Windows color (decimal): -12308079 or 9515332. OLE color: 9515332.

HSL color Cylindrical-coordinate representation of color #443191: hue angle of 251.87º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #443191 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 49 145 -
CMYK 0.53 0.66 0 0.43
HSL 251.88º 0.49% 0.38% -
HSV(B) 251.88º 0.66% 0.57% -
XYZ 8.59 5.47 27.39 -
YUV 65.63 172.79 129.69 -
System Red Green Blue C M Y K H S L
Decimal 68 49 145 0.53 0.66 0 0.43 251.88 0.49 0.38
Hex 44 31 91 35 42 0 2B FC 31 26
Octal 104 61 221 65 102 0 53 374 61 46
Binary 1000100 110001 10010001 110101 1000010 0 101011 11111100 110001 100110

Color Harmonies of #443191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443191

Black with #443191

Text Example


Text Example

White with #443191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443191; }

 p { color: rgb(68,49,145); }

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

background-color css

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

 a { background-color: rgb(68,49,145); }

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

border-color css

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

 span { border-color: rgb(68,49,145); }

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