Html Css Color HEX #442458 Scarlet Gum

📋 copy color: '#442458'

red 68 ◦ green 36 ◦ blue 88

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

Shades of Scarlet Gum #442458

Tints of Scarlet Gum #442458

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.75%

 BLUE value IS 88 (34.77% from 255) = 45.83%

R = 35.42%
G = 18.75%
B = 45.83%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#442458 (or 0x442458) is known color: Scarlet Gum. HEX triplet: 44, 24 and 58. RGB value is (68,36,88). Sum of RGB (Red+Green+Blue) = 68+36+88=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #442458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442458 is #BBDBA7. Grayscale: #333333. Windows color (decimal): -12311464 or 5776452. OLE color: 5776452.

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

Color convert

RGB 68 36 88 -
CMYK 0.23 0.59 0 0.65
HSL 276.92º 0.42% 0.24% -
HSV(B) 276.92º 0.59% 0.35% -
XYZ 4.78 3.2 9.6 -
YUV 51.5 148.6 139.77 -
System Red Green Blue C M Y K H S L
Decimal 68 36 88 0.23 0.59 0 0.65 276.92 0.42 0.24
Hex 44 24 58 17 3B 0 41 115 2A 18
Octal 104 44 130 27 73 0 101 425 52 30
Binary 1000100 100100 1011000 10111 111011 0 1000001 100010101 101010 11000

Color Harmonies of #442458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442458

Black with #442458

Text Example


Text Example

White with #442458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442458; }

 p { color: rgb(68,36,88); }

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

background-color css

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

 a { background-color: rgb(68,36,88); }

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

border-color css

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

 span { border-color: rgb(68,36,88); }

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