Html Css Color HEX #441458 Scarlet Gum

📋 copy color: '#441458'

red 68 ◦ green 20 ◦ blue 88

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

Shades of Scarlet Gum #441458

Tints of Scarlet Gum #441458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.36%

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

R = 38.64%
G = 11.36%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#441458 (or 0x441458) is known color: Scarlet Gum. HEX triplet: 44, 14 and 58. RGB value is (68,20,88). Sum of RGB (Red+Green+Blue) = 68+20+88=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 88 (34.77% from 255 or 50% from 176); Max value from RGB is 88 - color contains mainly: blue. Hex color #441458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441458 is #BBEBA7. Grayscale: #292929. Windows color (decimal): -12315560 or 5772356. OLE color: 5772356.

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

Color convert

RGB 68 20 88 -
CMYK 0.23 0.77 0 0.65
HSL 282.35º 0.63% 0.21% -
HSV(B) 282.35º 0.77% 0.35% -
XYZ 4.4 2.43 9.47 -
YUV 42.1 153.9 146.47 -
System Red Green Blue C M Y K H S L
Decimal 68 20 88 0.23 0.77 0 0.65 282.35 0.63 0.21
Hex 44 14 58 17 4D 0 41 11A 3F 15
Octal 104 24 130 27 115 0 101 432 77 25
Binary 1000100 10100 1011000 10111 1001101 0 1000001 100011010 111111 10101

Color Harmonies of #441458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441458

Black with #441458

Text Example


Text Example

White with #441458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441458; }

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

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

background-color css

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

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

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

border-color css

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

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

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