Html Css Color HEX #440458 Scarlet Gum

📋 copy color: '#440458'

red 68 ◦ green 4 ◦ blue 88

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

Shades of Scarlet Gum #440458

Tints of Scarlet Gum #440458

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.5%

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

R = 42.5%
G = 2.5%
B = 55%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#440458 (or 0x440458) is known color: Scarlet Gum. HEX triplet: 44, 04 and 58. RGB value is (68,4,88). Sum of RGB (Red+Green+Blue) = 68+4+88=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #440458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440458 is #BBFBA7. Grayscale: #202020. Windows color (decimal): -12319656 or 5768260. OLE color: 5768260.

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

Color convert

RGB 68 4 88 -
CMYK 0.23 0.95 0 0.65
HSL 285.71º 0.91% 0.18% -
HSV(B) 285.71º 0.95% 0.35% -
XYZ 4.19 2.02 9.4 -
YUV 32.71 159.2 153.17 -
System Red Green Blue C M Y K H S L
Decimal 68 4 88 0.23 0.95 0 0.65 285.71 0.91 0.18
Hex 44 4 58 17 5F 0 41 11E 5B 12
Octal 104 4 130 27 137 0 101 436 133 22
Binary 1000100 100 1011000 10111 1011111 0 1000001 100011110 1011011 10010

Color Harmonies of #440458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440458

Black with #440458

Text Example


Text Example

White with #440458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440458; }

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

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

background-color css

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

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

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

border-color css

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

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

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