Html Css Color HEX #441E60 Scarlet Gum

📋 copy color: '#441E60'

red 68 ◦ green 30 ◦ blue 96

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

Shades of Scarlet Gum #441E60

Tints of Scarlet Gum #441E60

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.46%

 BLUE value IS 96 (37.89% from 255) = 49.48%

R = 35.05%
G = 15.46%
B = 49.48%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#441E60 (or 0x441E60) is known color: Scarlet Gum. HEX triplet: 44, 1E and 60. RGB value is (68,30,96). Sum of RGB (Red+Green+Blue) = 68+30+96=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #441E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441E60 is #BBE19F. Grayscale: #303030. Windows color (decimal): -12312992 or 6299204. OLE color: 6299204.

HSL color Cylindrical-coordinate representation of color #441E60: hue angle of 274.55º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #441E60 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 30 96 -
CMYK 0.29 0.69 0 0.62
HSL 274.55º 0.52% 0.25% -
HSV(B) 274.55º 0.69% 0.38% -
XYZ 4.96 3 11.38 -
YUV 48.89 154.59 141.63 -
System Red Green Blue C M Y K H S L
Decimal 68 30 96 0.29 0.69 0 0.62 274.55 0.52 0.25
Hex 44 1E 60 1D 45 0 3E 113 34 19
Octal 104 36 140 35 105 0 76 423 64 31
Binary 1000100 11110 1100000 11101 1000101 0 111110 100010011 110100 11001

Color Harmonies of #441E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E60

Black with #441E60

Text Example


Text Example

White with #441E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,30,96); }

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

background-color css

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

 a { background-color: rgb(68,30,96); }

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

border-color css

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

 span { border-color: rgb(68,30,96); }

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