Html Css Color HEX #440E58 Scarlet Gum

📋 copy color: '#440E58'

red 68 ◦ green 14 ◦ blue 88

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

Shades of Scarlet Gum #440E58

Tints of Scarlet Gum #440E58

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.24%

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

R = 40%
G = 8.24%
B = 51.76%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#440E58 (or 0x440E58) is known color: Scarlet Gum. HEX triplet: 44, 0E and 58. RGB value is (68,14,88). Sum of RGB (Red+Green+Blue) = 68+14+88=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #440E58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440E58 is #BBF1A7. Grayscale: #262626. Windows color (decimal): -12317096 or 5770820. OLE color: 5770820.

HSL color Cylindrical-coordinate representation of color #440E58: hue angle of 283.78º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #440E58 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 14 88 -
CMYK 0.23 0.84 0 0.65
HSL 283.78º 0.73% 0.2% -
HSV(B) 283.78º 0.84% 0.35% -
XYZ 4.3 2.25 9.44 -
YUV 38.58 155.89 148.98 -
System Red Green Blue C M Y K H S L
Decimal 68 14 88 0.23 0.84 0 0.65 283.78 0.73 0.2
Hex 44 E 58 17 54 0 41 11C 49 14
Octal 104 16 130 27 124 0 101 434 111 24
Binary 1000100 1110 1011000 10111 1010100 0 1000001 100011100 1001001 10100

Color Harmonies of #440E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440E58

Black with #440E58

Text Example


Text Example

White with #440E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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