Html Css Color HEX #440558 Scarlet Gum

📋 copy color: '#440558'

red 68 ◦ green 5 ◦ blue 88

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

Shades of Scarlet Gum #440558

Tints of Scarlet Gum #440558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.11%

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

R = 42.24%
G = 3.11%
B = 54.66%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#440558 (or 0x440558) is known color: Scarlet Gum. HEX triplet: 44, 05 and 58. RGB value is (68,5,88). Sum of RGB (Red+Green+Blue) = 68+5+88=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #440558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440558 is #BBFAA7. Grayscale: #212121. Windows color (decimal): -12319400 or 5768516. OLE color: 5768516.

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

Color convert

RGB 68 5 88 -
CMYK 0.23 0.94 0 0.65
HSL 285.54º 0.89% 0.18% -
HSV(B) 285.54º 0.94% 0.35% -
XYZ 4.2 2.04 9.41 -
YUV 33.3 158.87 152.75 -
System Red Green Blue C M Y K H S L
Decimal 68 5 88 0.23 0.94 0 0.65 285.54 0.89 0.18
Hex 44 5 58 17 5E 0 41 11E 59 12
Octal 104 5 130 27 136 0 101 436 131 22
Binary 1000100 101 1011000 10111 1011110 0 1000001 100011110 1011001 10010

Color Harmonies of #440558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440558

Black with #440558

Text Example


Text Example

White with #440558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440558; }

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

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

background-color css

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

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

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

border-color css

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

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

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