Html Css Color HEX #442659 Scarlet Gum

📋 copy color: '#442659'

red 68 ◦ green 38 ◦ blue 89

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

Shades of Scarlet Gum #442659

Tints of Scarlet Gum #442659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.49%

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

R = 34.87%
G = 19.49%
B = 45.64%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#442659 (or 0x442659) is known color: Scarlet Gum. HEX triplet: 44, 26 and 59. RGB value is (68,38,89). Sum of RGB (Red+Green+Blue) = 68+38+89=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #442659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442659 is #BBD9A6. Grayscale: #343434. Windows color (decimal): -12310951 or 5842500. OLE color: 5842500.

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

Color convert

RGB 68 38 89 -
CMYK 0.24 0.57 0 0.65
HSL 275.29º 0.4% 0.25% -
HSV(B) 275.29º 0.57% 0.35% -
XYZ 4.88 3.34 9.84 -
YUV 52.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 68 38 89 0.24 0.57 0 0.65 275.29 0.4 0.25
Hex 44 26 59 18 39 0 41 113 28 19
Octal 104 46 131 30 71 0 101 423 50 31
Binary 1000100 100110 1011001 11000 111001 0 1000001 100010011 101000 11001

Color Harmonies of #442659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442659

Black with #442659

Text Example


Text Example

White with #442659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442659; }

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

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

background-color css

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

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

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

border-color css

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

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

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