Html Css Color HEX #442957 Scarlet Gum

📋 copy color: '#442957'

red 68 ◦ green 41 ◦ blue 87

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

Shades of Scarlet Gum #442957

Tints of Scarlet Gum #442957

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.92%

 BLUE value IS 87 (34.38% from 255) = 44.39%

R = 34.69%
G = 20.92%
B = 44.39%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#442957 (or 0x442957) is known color: Scarlet Gum. HEX triplet: 44, 29 and 57. RGB value is (68,41,87). Sum of RGB (Red+Green+Blue) = 68+41+87=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #442957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442957 is #BBD6A8. Grayscale: #363636. Windows color (decimal): -12310185 or 5712196. OLE color: 5712196.

HSL color Cylindrical-coordinate representation of color #442957: hue angle of 275.22º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #442957 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 68 41 87 -
CMYK 0.22 0.53 0 0.66
HSL 275.22º 0.36% 0.25% -
HSV(B) 275.22º 0.53% 0.34% -
XYZ 4.9 3.5 9.43 -
YUV 54.32 146.45 137.76 -
System Red Green Blue C M Y K H S L
Decimal 68 41 87 0.22 0.53 0 0.66 275.22 0.36 0.25
Hex 44 29 57 16 35 0 42 113 24 19
Octal 104 51 127 26 65 0 102 423 44 31
Binary 1000100 101001 1010111 10110 110101 0 1000010 100010011 100100 11001

Color Harmonies of #442957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442957

Black with #442957

Text Example


Text Example

White with #442957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442957; }

 p { color: rgb(68,41,87); }

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

background-color css

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

 a { background-color: rgb(68,41,87); }

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

border-color css

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

 span { border-color: rgb(68,41,87); }

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