Html Css Color HEX #442695 Blue Gem

📋 copy color: '#442695'

red 68 ◦ green 38 ◦ blue 149

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

Shades of Blue Gem #442695

Tints of Blue Gem #442695

RGB

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

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

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

R = 26.67%
G = 14.9%
B = 58.43%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#442695 (or 0x442695) is known color: Blue Gem. HEX triplet: 44, 26 and 95. RGB value is (68,38,149). Sum of RGB (Red+Green+Blue) = 68+38+149=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #442695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442695 is #BBD96A. Grayscale: #3B3B3B. Windows color (decimal): -12310891 or 9774660. OLE color: 9774660.

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

Color convert

RGB 68 38 149 -
CMYK 0.54 0.74 0 0.42
HSL 256.22º 0.59% 0.37% -
HSV(B) 256.22º 0.74% 0.58% -
XYZ 8.5 4.79 28.91 -
YUV 59.62 178.44 133.97 -
System Red Green Blue C M Y K H S L
Decimal 68 38 149 0.54 0.74 0 0.42 256.22 0.59 0.37
Hex 44 26 95 36 4A 0 2A 100 3B 25
Octal 104 46 225 66 112 0 52 400 73 45
Binary 1000100 100110 10010101 110110 1001010 0 101010 100000000 111011 100101

Color Harmonies of #442695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442695

Black with #442695

Text Example


Text Example

White with #442695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442695; }

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

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

background-color css

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

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

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

border-color css

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

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

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