Html Css Color HEX #442999 Blue Gem

📋 copy color: '#442999'

red 68 ◦ green 41 ◦ blue 153

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

Shades of Blue Gem #442999

Tints of Blue Gem #442999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.65%

 BLUE value IS 153 (60.16% from 255) = 58.4%

R = 25.95%
G = 15.65%
B = 58.4%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#442999 (or 0x442999) is known color: Blue Gem. HEX triplet: 44, 29 and 99. RGB value is (68,41,153). Sum of RGB (Red+Green+Blue) = 68+41+153=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #442999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442999 is #BBD666. Grayscale: #3D3D3D. Windows color (decimal): -12310119 or 10037572. OLE color: 10037572.

HSL color Cylindrical-coordinate representation of color #442999: hue angle of 254.46º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #442999 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 68 41 153 -
CMYK 0.56 0.73 0 0.4
HSL 254.46º 0.58% 0.38% -
HSV(B) 254.46º 0.73% 0.6% -
XYZ 8.93 5.11 30.65 -
YUV 61.84 179.45 132.39 -
System Red Green Blue C M Y K H S L
Decimal 68 41 153 0.56 0.73 0 0.4 254.46 0.58 0.38
Hex 44 29 99 38 49 0 28 FE 3A 26
Octal 104 51 231 70 111 0 50 376 72 46
Binary 1000100 101001 10011001 111000 1001001 0 101000 11111110 111010 100110

Color Harmonies of #442999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442999

Black with #442999

Text Example


Text Example

White with #442999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442999; }

 p { color: rgb(68,41,153); }

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

background-color css

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

 a { background-color: rgb(68,41,153); }

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

border-color css

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

 span { border-color: rgb(68,41,153); }

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