Html Css Color HEX #442491 Blue Gem

📋 copy color: '#442491'

red 68 ◦ green 36 ◦ blue 145

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

Shades of Blue Gem #442491

Tints of Blue Gem #442491

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.46%

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

R = 27.31%
G = 14.46%
B = 58.23%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#442491 (or 0x442491) is known color: Blue Gem. HEX triplet: 44, 24 and 91. RGB value is (68,36,145). Sum of RGB (Red+Green+Blue) = 68+36+145=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #442491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442491 is #BBDB6E. Grayscale: #393939. Windows color (decimal): -12311407 or 9512004. OLE color: 9512004.

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

Color convert

RGB 68 36 145 -
CMYK 0.53 0.75 0 0.43
HSL 257.61º 0.6% 0.35% -
HSV(B) 257.61º 0.75% 0.57% -
XYZ 8.13 4.54 27.24 -
YUV 57.99 177.1 135.14 -
System Red Green Blue C M Y K H S L
Decimal 68 36 145 0.53 0.75 0 0.43 257.61 0.6 0.35
Hex 44 24 91 35 4B 0 2B 102 3C 23
Octal 104 44 221 65 113 0 53 402 74 43
Binary 1000100 100100 10010001 110101 1001011 0 101011 100000010 111100 100011

Color Harmonies of #442491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442491

Black with #442491

Text Example


Text Example

White with #442491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442491; }

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

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

background-color css

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

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

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

border-color css

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

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

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