Html Css Color HEX #442A5C Scarlet Gum

📋 copy color: '#442A5C'

red 68 ◦ green 42 ◦ blue 92

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

Shades of Scarlet Gum #442A5C

Tints of Scarlet Gum #442A5C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.79%

 BLUE value IS 92 (36.33% from 255) = 45.54%

R = 33.66%
G = 20.79%
B = 45.54%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#442A5C (or 0x442A5C) is known color: Scarlet Gum. HEX triplet: 44, 2A and 5C. RGB value is (68,42,92). Sum of RGB (Red+Green+Blue) = 68+42+92=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 42 (16.80% from 255 or 20.79% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #442A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442A5C is #BBD5A3. Grayscale: #373737. Windows color (decimal): -12309924 or 6040132. OLE color: 6040132.

HSL color Cylindrical-coordinate representation of color #442A5C: hue angle of 271.2º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #442A5C is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 42 92 -
CMYK 0.26 0.54 0 0.64
HSL 271.2º 0.37% 0.26% -
HSV(B) 271.2º 0.54% 0.36% -
XYZ 5.14 3.66 10.56 -
YUV 55.47 148.61 136.93 -
System Red Green Blue C M Y K H S L
Decimal 68 42 92 0.26 0.54 0 0.64 271.2 0.37 0.26
Hex 44 2A 5C 1A 36 0 40 10F 25 1A
Octal 104 52 134 32 66 0 100 417 45 32
Binary 1000100 101010 1011100 11010 110110 0 1000000 100001111 100101 11010

Color Harmonies of #442A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442A5C

Black with #442A5C

Text Example


Text Example

White with #442A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442A5C; }

 p { color: rgb(68,42,92); }

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

background-color css

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

 a { background-color: rgb(68,42,92); }

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

border-color css

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

 span { border-color: rgb(68,42,92); }

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