Html Css Color HEX #442359 Scarlet Gum

📋 copy color: '#442359'

red 68 ◦ green 35 ◦ blue 89

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

Shades of Scarlet Gum #442359

Tints of Scarlet Gum #442359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 46.35%

R = 35.42%
G = 18.23%
B = 46.35%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#442359 (or 0x442359) is known color: Scarlet Gum. HEX triplet: 44, 23 and 59. RGB value is (68,35,89). Sum of RGB (Red+Green+Blue) = 68+35+89=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 35 (14.06% from 255 or 18.23% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #442359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442359 is #BBDCA6. Grayscale: #323232. Windows color (decimal): -12311719 or 5841732. OLE color: 5841732.

HSL color Cylindrical-coordinate representation of color #442359: hue angle of 276.67º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #442359 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 35 89 -
CMYK 0.24 0.61 0 0.65
HSL 276.67º 0.44% 0.24% -
HSV(B) 276.67º 0.61% 0.35% -
XYZ 4.79 3.15 9.81 -
YUV 51.02 149.43 140.11 -
System Red Green Blue C M Y K H S L
Decimal 68 35 89 0.24 0.61 0 0.65 276.67 0.44 0.24
Hex 44 23 59 18 3D 0 41 115 2C 18
Octal 104 43 131 30 75 0 101 425 54 30
Binary 1000100 100011 1011001 11000 111101 0 1000001 100010101 101100 11000

Color Harmonies of #442359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442359

Black with #442359

Text Example


Text Example

White with #442359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442359; }

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

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

background-color css

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

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

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

border-color css

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

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

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