Html Css Color HEX #411755 Scarlet Gum

📋 copy color: '#411755'

red 65 ◦ green 23 ◦ blue 85

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

Shades of Scarlet Gum #411755

Tints of Scarlet Gum #411755

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.29%

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

R = 37.57%
G = 13.29%
B = 49.13%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#411755 (or 0x411755) is known color: Scarlet Gum. HEX triplet: 41, 17 and 55. RGB value is (65,23,85). Sum of RGB (Red+Green+Blue) = 65+23+85=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #411755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411755 is #BEE8AA. Grayscale: #2A2A2A. Windows color (decimal): -12511403 or 5576513. OLE color: 5576513.

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

Color convert

RGB 65 23 85 -
CMYK 0.24 0.73 0 0.67
HSL 280.65º 0.57% 0.21% -
HSV(B) 280.65º 0.73% 0.33% -
XYZ 4.13 2.39 8.84 -
YUV 42.63 151.91 143.96 -
System Red Green Blue C M Y K H S L
Decimal 65 23 85 0.24 0.73 0 0.67 280.65 0.57 0.21
Hex 41 17 55 18 49 0 43 119 39 15
Octal 101 27 125 30 111 0 103 431 71 25
Binary 1000001 10111 1010101 11000 1001001 0 1000011 100011001 111001 10101

Color Harmonies of #411755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411755

Black with #411755

Text Example


Text Example

White with #411755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411755; }

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

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

background-color css

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

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

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

border-color css

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

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

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