Html Css Color HEX #442859 Scarlet Gum

📋 copy color: '#442859'

red 68 ◦ green 40 ◦ blue 89

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

Shades of Scarlet Gum #442859

Tints of Scarlet Gum #442859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.3%

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

R = 34.52%
G = 20.3%
B = 45.18%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#442859 (or 0x442859) is known color: Scarlet Gum. HEX triplet: 44, 28 and 59. RGB value is (68,40,89). Sum of RGB (Red+Green+Blue) = 68+40+89=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #442859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442859 is #BBD7A6. Grayscale: #353535. Windows color (decimal): -12310439 or 5843012. OLE color: 5843012.

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

Color convert

RGB 68 40 89 -
CMYK 0.24 0.55 0 0.65
HSL 274.29º 0.38% 0.25% -
HSV(B) 274.29º 0.55% 0.35% -
XYZ 4.95 3.47 9.86 -
YUV 53.96 147.78 138.02 -
System Red Green Blue C M Y K H S L
Decimal 68 40 89 0.24 0.55 0 0.65 274.29 0.38 0.25
Hex 44 28 59 18 37 0 41 112 26 19
Octal 104 50 131 30 67 0 101 422 46 31
Binary 1000100 101000 1011001 11000 110111 0 1000001 100010010 100110 11001

Color Harmonies of #442859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442859

Black with #442859

Text Example


Text Example

White with #442859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442859; }

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

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

background-color css

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

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

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

border-color css

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

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

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