Html Css Color HEX #411057 Scarlet Gum

📋 copy color: '#411057'

red 65 ◦ green 16 ◦ blue 87

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

Shades of Scarlet Gum #411057

Tints of Scarlet Gum #411057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 51.79%

R = 38.69%
G = 9.52%
B = 51.79%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#411057 (or 0x411057) is known color: Scarlet Gum. HEX triplet: 41, 10 and 57. RGB value is (65,16,87). Sum of RGB (Red+Green+Blue) = 65+16+87=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 87 (34.38% from 255 or 51.79% from 168); Max value from RGB is 87 - color contains mainly: blue. Hex color #411057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411057 is #BEEFA8. Grayscale: #262626. Windows color (decimal): -12513193 or 5705793. OLE color: 5705793.

HSL color Cylindrical-coordinate representation of color #411057: hue angle of 281.41º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #411057 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 16 87 -
CMYK 0.25 0.82 0 0.66
HSL 281.41º 0.69% 0.2% -
HSV(B) 281.41º 0.82% 0.34% -
XYZ 4.09 2.18 9.22 -
YUV 38.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 65 16 87 0.25 0.82 0 0.66 281.41 0.69 0.2
Hex 41 10 57 19 52 0 42 119 45 14
Octal 101 20 127 31 122 0 102 431 105 24
Binary 1000001 10000 1010111 11001 1010010 0 1000010 100011001 1000101 10100

Color Harmonies of #411057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411057

Black with #411057

Text Example


Text Example

White with #411057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411057; }

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

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

background-color css

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

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

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

border-color css

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

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

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