Html Css Color HEX #441558 Scarlet Gum

📋 copy color: '#441558'

red 68 ◦ green 21 ◦ blue 88

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

Shades of Scarlet Gum #441558

Tints of Scarlet Gum #441558

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.86%

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

R = 38.42%
G = 11.86%
B = 49.72%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#441558 (or 0x441558) is known color: Scarlet Gum. HEX triplet: 44, 15 and 58. RGB value is (68,21,88). Sum of RGB (Red+Green+Blue) = 68+21+88=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #441558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441558 is #BBEAA7. Grayscale: #2A2A2A. Windows color (decimal): -12315304 or 5772612. OLE color: 5772612.

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

Color convert

RGB 68 21 88 -
CMYK 0.23 0.76 0 0.65
HSL 282.09º 0.61% 0.21% -
HSV(B) 282.09º 0.76% 0.35% -
XYZ 4.41 2.47 9.48 -
YUV 42.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 68 21 88 0.23 0.76 0 0.65 282.09 0.61 0.21
Hex 44 15 58 17 4C 0 41 11A 3D 15
Octal 104 25 130 27 114 0 101 432 75 25
Binary 1000100 10101 1011000 10111 1001100 0 1000001 100011010 111101 10101

Color Harmonies of #441558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441558

Black with #441558

Text Example


Text Example

White with #441558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441558; }

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

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

background-color css

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

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

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

border-color css

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

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

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