Html Css Color HEX #442259 Scarlet Gum

📋 copy color: '#442259'

red 68 ◦ green 34 ◦ blue 89

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

Shades of Scarlet Gum #442259

Tints of Scarlet Gum #442259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.8%

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

R = 35.6%
G = 17.8%
B = 46.6%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#442259 (or 0x442259) is known color: Scarlet Gum. HEX triplet: 44, 22 and 59. RGB value is (68,34,89). Sum of RGB (Red+Green+Blue) = 68+34+89=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #442259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442259 is #BBDDA6. Grayscale: #323232. Windows color (decimal): -12311975 or 5841476. OLE color: 5841476.

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

Color convert

RGB 68 34 89 -
CMYK 0.24 0.62 0 0.65
HSL 277.09º 0.45% 0.24% -
HSV(B) 277.09º 0.62% 0.35% -
XYZ 4.76 3.09 9.8 -
YUV 50.44 149.76 140.53 -
System Red Green Blue C M Y K H S L
Decimal 68 34 89 0.24 0.62 0 0.65 277.09 0.45 0.24
Hex 44 22 59 18 3E 0 41 115 2D 18
Octal 104 42 131 30 76 0 101 425 55 30
Binary 1000100 100010 1011001 11000 111110 0 1000001 100010101 101101 11000

Color Harmonies of #442259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442259

Black with #442259

Text Example


Text Example

White with #442259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442259; }

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

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

background-color css

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

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

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

border-color css

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

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

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