Html Css Color HEX #442095 Blue Gem

📋 copy color: '#442095'

red 68 ◦ green 32 ◦ blue 149

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

Shades of Blue Gem #442095

Tints of Blue Gem #442095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.85%

 BLUE value IS 149 (58.59% from 255) = 59.84%

R = 27.31%
G = 12.85%
B = 59.84%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#442095 (or 0x442095) is known color: Blue Gem. HEX triplet: 44, 20 and 95. RGB value is (68,32,149). Sum of RGB (Red+Green+Blue) = 68+32+149=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #442095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442095 is #BBDF6A. Grayscale: #373737. Windows color (decimal): -12312427 or 9773124. OLE color: 9773124.

HSL color Cylindrical-coordinate representation of color #442095: hue angle of 258.46º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #442095 is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 32 149 -
CMYK 0.54 0.79 0 0.42
HSL 258.46º 0.65% 0.35% -
HSV(B) 258.46º 0.79% 0.58% -
XYZ 8.33 4.43 28.85 -
YUV 56.1 180.43 136.49 -
System Red Green Blue C M Y K H S L
Decimal 68 32 149 0.54 0.79 0 0.42 258.46 0.65 0.35
Hex 44 20 95 36 4F 0 2A 102 41 23
Octal 104 40 225 66 117 0 52 402 101 43
Binary 1000100 100000 10010101 110110 1001111 0 101010 100000010 1000001 100011

Color Harmonies of #442095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442095

Black with #442095

Text Example


Text Example

White with #442095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442095; }

 p { color: rgb(68,32,149); }

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

background-color css

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

 a { background-color: rgb(68,32,149); }

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

border-color css

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

 span { border-color: rgb(68,32,149); }

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