Html Css Color HEX #441A55 Scarlet Gum

📋 copy color: '#441A55'

red 68 ◦ green 26 ◦ blue 85

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

Shades of Scarlet Gum #441A55

Tints of Scarlet Gum #441A55

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.53%

 BLUE value IS 85 (33.59% from 255) = 47.49%

R = 37.99%
G = 14.53%
B = 47.49%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#441A55 (or 0x441A55) is known color: Scarlet Gum. HEX triplet: 44, 1A and 55. RGB value is (68,26,85). Sum of RGB (Red+Green+Blue) = 68+26+85=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #441A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441A55 is #BBE5AA. Grayscale: #2D2D2D. Windows color (decimal): -12314027 or 5577284. OLE color: 5577284.

HSL color Cylindrical-coordinate representation of color #441A55: hue angle of 282.71º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #441A55 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 26 85 -
CMYK 0.20 0.69 0 0.67
HSL 282.71º 0.53% 0.22% -
HSV(B) 282.71º 0.69% 0.33% -
XYZ 4.39 2.62 8.87 -
YUV 45.28 150.41 144.2 -
System Red Green Blue C M Y K H S L
Decimal 68 26 85 0.20 0.69 0 0.67 282.71 0.53 0.22
Hex 44 1A 55 14 45 0 43 11B 35 16
Octal 104 32 125 24 105 0 103 433 65 26
Binary 1000100 11010 1010101 10100 1000101 0 1000011 100011011 110101 10110

Color Harmonies of #441A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A55

Black with #441A55

Text Example


Text Example

White with #441A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441A55; }

 p { color: rgb(68,26,85); }

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

background-color css

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

 a { background-color: rgb(68,26,85); }

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

border-color css

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

 span { border-color: rgb(68,26,85); }

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