Html Css Color HEX #442691 Blue Gem

📋 copy color: '#442691'

red 68 ◦ green 38 ◦ blue 145

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

Shades of Blue Gem #442691

Tints of Blue Gem #442691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.14%

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

R = 27.09%
G = 15.14%
B = 57.77%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#442691 (or 0x442691) is known color: Blue Gem. HEX triplet: 44, 26 and 91. RGB value is (68,38,145). Sum of RGB (Red+Green+Blue) = 68+38+145=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #442691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442691 is #BBD96E. Grayscale: #3A3A3A. Windows color (decimal): -12310895 or 9512516. OLE color: 9512516.

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

Color convert

RGB 68 38 145 -
CMYK 0.53 0.74 0 0.43
HSL 256.82º 0.58% 0.36% -
HSV(B) 256.82º 0.74% 0.57% -
XYZ 8.19 4.66 27.26 -
YUV 59.17 176.44 134.3 -
System Red Green Blue C M Y K H S L
Decimal 68 38 145 0.53 0.74 0 0.43 256.82 0.58 0.36
Hex 44 26 91 35 4A 0 2B 101 3A 24
Octal 104 46 221 65 112 0 53 401 72 44
Binary 1000100 100110 10010001 110101 1001010 0 101011 100000001 111010 100100

Color Harmonies of #442691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442691

Black with #442691

Text Example


Text Example

White with #442691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442691; }

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

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

background-color css

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

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

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

border-color css

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

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

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