Html Css Color HEX #442958 Scarlet Gum

📋 copy color: '#442958'

red 68 ◦ green 41 ◦ blue 88

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

Shades of Scarlet Gum #442958

Tints of Scarlet Gum #442958

RGB

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

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

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

R = 34.52%
G = 20.81%
B = 44.67%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#442958 (or 0x442958) is known color: Scarlet Gum. HEX triplet: 44, 29 and 58. RGB value is (68,41,88). Sum of RGB (Red+Green+Blue) = 68+41+88=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #442958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442958 is #BBD6A7. Grayscale: #363636. Windows color (decimal): -12310184 or 5777732. OLE color: 5777732.

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

Color convert

RGB 68 41 88 -
CMYK 0.23 0.53 0 0.65
HSL 274.47º 0.36% 0.25% -
HSV(B) 274.47º 0.53% 0.35% -
XYZ 4.94 3.52 9.65 -
YUV 54.43 146.95 137.68 -
System Red Green Blue C M Y K H S L
Decimal 68 41 88 0.23 0.53 0 0.65 274.47 0.36 0.25
Hex 44 29 58 17 35 0 41 112 24 19
Octal 104 51 130 27 65 0 101 422 44 31
Binary 1000100 101001 1011000 10111 110101 0 1000001 100010010 100100 11001

Color Harmonies of #442958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442958

Black with #442958

Text Example


Text Example

White with #442958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442958; }

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

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

background-color css

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

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

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

border-color css

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

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

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