Html Css Color HEX #441A54 Scarlet Gum

📋 copy color: '#441A54'

red 68 ◦ green 26 ◦ blue 84

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

Shades of Scarlet Gum #441A54

Tints of Scarlet Gum #441A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 47.19%

R = 38.2%
G = 14.61%
B = 47.19%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#441A54 (or 0x441A54) is known color: Scarlet Gum. HEX triplet: 44, 1A and 54. RGB value is (68,26,84). Sum of RGB (Red+Green+Blue) = 68+26+84=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #441A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441A54 is #BBE5AB. Grayscale: #2C2C2C. Windows color (decimal): -12314028 or 5511748. OLE color: 5511748.

HSL color Cylindrical-coordinate representation of color #441A54: hue angle of 283.45º 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 #441A54 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 26 84 -
CMYK 0.19 0.69 0 0.67
HSL 283.45º 0.53% 0.22% -
HSV(B) 283.45º 0.69% 0.33% -
XYZ 4.35 2.61 8.66 -
YUV 45.17 149.91 144.28 -
System Red Green Blue C M Y K H S L
Decimal 68 26 84 0.19 0.69 0 0.67 283.45 0.53 0.22
Hex 44 1A 54 13 45 0 43 11B 35 16
Octal 104 32 124 23 105 0 103 433 65 26
Binary 1000100 11010 1010100 10011 1000101 0 1000011 100011011 110101 10110

Color Harmonies of #441A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A54

Black with #441A54

Text Example


Text Example

White with #441A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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