Html Css Color HEX #442058 Scarlet Gum

📋 copy color: '#442058'

red 68 ◦ green 32 ◦ blue 88

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

Shades of Scarlet Gum #442058

Tints of Scarlet Gum #442058

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.02%

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

R = 36.17%
G = 17.02%
B = 46.81%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#442058 (or 0x442058) is known color: Scarlet Gum. HEX triplet: 44, 20 and 58. RGB value is (68,32,88). Sum of RGB (Red+Green+Blue) = 68+32+88=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #442058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442058 is #BBDFA7. Grayscale: #303030. Windows color (decimal): -12312488 or 5775428. OLE color: 5775428.

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

Color convert

RGB 68 32 88 -
CMYK 0.23 0.64 0 0.65
HSL 278.57º 0.47% 0.24% -
HSV(B) 278.57º 0.64% 0.35% -
XYZ 4.66 2.97 9.56 -
YUV 49.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 68 32 88 0.23 0.64 0 0.65 278.57 0.47 0.24
Hex 44 20 58 17 40 0 41 117 2F 18
Octal 104 40 130 27 100 0 101 427 57 30
Binary 1000100 100000 1011000 10111 1000000 0 1000001 100010111 101111 11000

Color Harmonies of #442058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442058

Black with #442058

Text Example


Text Example

White with #442058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442058; }

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

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

background-color css

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

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

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

border-color css

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

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

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