Html Css Color HEX #442399 Blue Gem

📋 copy color: '#442399'

red 68 ◦ green 35 ◦ blue 153

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

Shades of Blue Gem #442399

Tints of Blue Gem #442399

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.67%

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

R = 26.56%
G = 13.67%
B = 59.77%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#442399 (or 0x442399) is known color: Blue Gem. HEX triplet: 44, 23 and 99. RGB value is (68,35,153). Sum of RGB (Red+Green+Blue) = 68+35+153=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #442399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442399 is #BBDC66. Grayscale: #393939. Windows color (decimal): -12311655 or 10036036. OLE color: 10036036.

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

Color convert

RGB 68 35 153 -
CMYK 0.56 0.77 0 0.4
HSL 256.78º 0.63% 0.37% -
HSV(B) 256.78º 0.77% 0.6% -
XYZ 8.73 4.73 30.59 -
YUV 58.32 181.43 134.91 -
System Red Green Blue C M Y K H S L
Decimal 68 35 153 0.56 0.77 0 0.4 256.78 0.63 0.37
Hex 44 23 99 38 4D 0 28 101 3F 25
Octal 104 43 231 70 115 0 50 401 77 45
Binary 1000100 100011 10011001 111000 1001101 0 101000 100000001 111111 100101

Color Harmonies of #442399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442399

Black with #442399

Text Example


Text Example

White with #442399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442399; }

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

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

background-color css

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

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

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

border-color css

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

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

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