Html Css Color HEX #442557 Scarlet Gum

📋 copy color: '#442557'

red 68 ◦ green 37 ◦ blue 87

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

Shades of Scarlet Gum #442557

Tints of Scarlet Gum #442557

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.27%

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

R = 35.42%
G = 19.27%
B = 45.31%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#442557 (or 0x442557) is known color: Scarlet Gum. HEX triplet: 44, 25 and 57. RGB value is (68,37,87). Sum of RGB (Red+Green+Blue) = 68+37+87=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #442557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442557 is #BBDAA8. Grayscale: #333333. Windows color (decimal): -12311209 or 5711172. OLE color: 5711172.

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

Color convert

RGB 68 37 87 -
CMYK 0.22 0.57 0 0.66
HSL 277.2º 0.4% 0.24% -
HSV(B) 277.2º 0.57% 0.34% -
XYZ 4.77 3.24 9.39 -
YUV 51.97 147.77 139.43 -
System Red Green Blue C M Y K H S L
Decimal 68 37 87 0.22 0.57 0 0.66 277.2 0.4 0.24
Hex 44 25 57 16 39 0 42 115 28 18
Octal 104 45 127 26 71 0 102 425 50 30
Binary 1000100 100101 1010111 10110 111001 0 1000010 100010101 101000 11000

Color Harmonies of #442557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442557

Black with #442557

Text Example


Text Example

White with #442557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442557; }

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

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

background-color css

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

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

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

border-color css

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

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

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