Html Css Color HEX #442858 Scarlet Gum

📋 copy color: '#442858'

red 68 ◦ green 40 ◦ blue 88

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

Shades of Scarlet Gum #442858

Tints of Scarlet Gum #442858

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.41%

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

R = 34.69%
G = 20.41%
B = 44.9%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#442858 (or 0x442858) is known color: Scarlet Gum. HEX triplet: 44, 28 and 58. RGB value is (68,40,88). Sum of RGB (Red+Green+Blue) = 68+40+88=196 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.69% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #442858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442858 is #BBD7A7. Grayscale: #353535. Windows color (decimal): -12310440 or 5777476. OLE color: 5777476.

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

Color convert

RGB 68 40 88 -
CMYK 0.23 0.55 0 0.65
HSL 275º 0.38% 0.25% -
HSV(B) 275º 0.55% 0.35% -
XYZ 4.9 3.45 9.64 -
YUV 53.84 147.28 138.1 -
System Red Green Blue C M Y K H S L
Decimal 68 40 88 0.23 0.55 0 0.65 275 0.38 0.25
Hex 44 28 58 17 37 0 41 113 26 19
Octal 104 50 130 27 67 0 101 423 46 31
Binary 1000100 101000 1011000 10111 110111 0 1000001 100010011 100110 11001

Color Harmonies of #442858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442858

Black with #442858

Text Example


Text Example

White with #442858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442858; }

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

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

background-color css

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

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

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

border-color css

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

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

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