Html Css Color HEX #411155 Scarlet Gum

📋 copy color: '#411155'

red 65 ◦ green 17 ◦ blue 85

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

Shades of Scarlet Gum #411155

Tints of Scarlet Gum #411155

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.18%

 BLUE value IS 85 (33.59% from 255) = 50.9%

R = 38.92%
G = 10.18%
B = 50.9%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#411155 (or 0x411155) is known color: Scarlet Gum. HEX triplet: 41, 11 and 55. RGB value is (65,17,85). Sum of RGB (Red+Green+Blue) = 65+17+85=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #411155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411155 is #BEEEAA. Grayscale: #262626. Windows color (decimal): -12512939 or 5574977. OLE color: 5574977.

HSL color Cylindrical-coordinate representation of color #411155: hue angle of 282.35º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #411155 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 17 85 -
CMYK 0.24 0.80 0 0.67
HSL 282.35º 0.67% 0.2% -
HSV(B) 282.35º 0.8% 0.33% -
XYZ 4.02 2.18 8.8 -
YUV 39.1 153.9 146.47 -
System Red Green Blue C M Y K H S L
Decimal 65 17 85 0.24 0.80 0 0.67 282.35 0.67 0.2
Hex 41 11 55 18 50 0 43 11A 43 14
Octal 101 21 125 30 120 0 103 432 103 24
Binary 1000001 10001 1010101 11000 1010000 0 1000011 100011010 1000011 10100

Color Harmonies of #411155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411155

Black with #411155

Text Example


Text Example

White with #411155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411155; }

 p { color: rgb(65,17,85); }

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

background-color css

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

 a { background-color: rgb(65,17,85); }

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

border-color css

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

 span { border-color: rgb(65,17,85); }

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