Html Css Color HEX #441961 Scarlet Gum

📋 copy color: '#441961'

red 68 ◦ green 25 ◦ blue 97

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

Shades of Scarlet Gum #441961

Tints of Scarlet Gum #441961

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.16%

 BLUE value IS 97 (38.28% from 255) = 51.05%

R = 35.79%
G = 13.16%
B = 51.05%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#441961 (or 0x441961) is known color: Scarlet Gum. HEX triplet: 44, 19 and 61. RGB value is (68,25,97). Sum of RGB (Red+Green+Blue) = 68+25+97=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #441961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441961 is #BBE69E. Grayscale: #2D2D2D. Windows color (decimal): -12314271 or 6363460. OLE color: 6363460.

HSL color Cylindrical-coordinate representation of color #441961: hue angle of 275.83º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #441961 is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 25 97 -
CMYK 0.30 0.74 0 0.62
HSL 275.83º 0.59% 0.24% -
HSV(B) 275.83º 0.74% 0.38% -
XYZ 4.89 2.79 11.59 -
YUV 46.07 156.75 143.65 -
System Red Green Blue C M Y K H S L
Decimal 68 25 97 0.30 0.74 0 0.62 275.83 0.59 0.24
Hex 44 19 61 1E 4A 0 3E 114 3B 18
Octal 104 31 141 36 112 0 76 424 73 30
Binary 1000100 11001 1100001 11110 1001010 0 111110 100010100 111011 11000

Color Harmonies of #441961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441961

Black with #441961

Text Example


Text Example

White with #441961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441961; }

 p { color: rgb(68,25,97); }

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

background-color css

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

 a { background-color: rgb(68,25,97); }

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

border-color css

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

 span { border-color: rgb(68,25,97); }

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