Html Css Color HEX #411D59 Scarlet Gum

📋 copy color: '#411D59'

red 65 ◦ green 29 ◦ blue 89

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

Shades of Scarlet Gum #411D59

Tints of Scarlet Gum #411D59

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.85%

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

R = 35.52%
G = 15.85%
B = 48.63%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#411D59 (or 0x411D59) is known color: Scarlet Gum. HEX triplet: 41, 1D and 59. RGB value is (65,29,89). Sum of RGB (Red+Green+Blue) = 65+29+89=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #411D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411D59 is #BEE2A6. Grayscale: #2E2E2E. Windows color (decimal): -12509863 or 5840193. OLE color: 5840193.

HSL color Cylindrical-coordinate representation of color #411D59: hue angle of 276º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #411D59 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 29 89 -
CMYK 0.27 0.67 0 0.65
HSL 276º 0.51% 0.23% -
HSV(B) 276º 0.67% 0.35% -
XYZ 4.42 2.72 9.74 -
YUV 46.6 151.93 141.12 -
System Red Green Blue C M Y K H S L
Decimal 65 29 89 0.27 0.67 0 0.65 276 0.51 0.23
Hex 41 1D 59 1B 43 0 41 114 33 17
Octal 101 35 131 33 103 0 101 424 63 27
Binary 1000001 11101 1011001 11011 1000011 0 1000001 100010100 110011 10111

Color Harmonies of #411D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D59

Black with #411D59

Text Example


Text Example

White with #411D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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