Html Css Color HEX #411059 Scarlet Gum

📋 copy color: '#411059'

red 65 ◦ green 16 ◦ blue 89

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

Shades of Scarlet Gum #411059

Tints of Scarlet Gum #411059

RGB

 RED value IS 65 (25.78% from 255) = 38.24%

 GREEN value IS 16 (6.64% from 255) = 9.41%

 BLUE value IS 89 (35.16% from 255) = 52.35%

R = 38.24%
G = 9.41%
B = 52.35%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#411059 (or 0x411059) is known color: Scarlet Gum. HEX triplet: 41, 10 and 59. RGB value is (65,16,89). Sum of RGB (Red+Green+Blue) = 65+16+89=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #411059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411059 is #BEEFA6. Grayscale: #262626. Windows color (decimal): -12513191 or 5836865. OLE color: 5836865.

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

Color convert

RGB 65 16 89 -
CMYK 0.27 0.82 0 0.65
HSL 280.27º 0.7% 0.21% -
HSV(B) 280.27º 0.82% 0.35% -
XYZ 4.17 2.22 9.66 -
YUV 38.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 65 16 89 0.27 0.82 0 0.65 280.27 0.7 0.21
Hex 41 10 59 1B 52 0 41 118 46 15
Octal 101 20 131 33 122 0 101 430 106 25
Binary 1000001 10000 1011001 11011 1010010 0 1000001 100011000 1000110 10101

Color Harmonies of #411059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411059

Black with #411059

Text Example


Text Example

White with #411059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411059; }

 p { color: rgb(65,16,89); }

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

background-color css

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

 a { background-color: rgb(65,16,89); }

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

border-color css

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

 span { border-color: rgb(65,16,89); }

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