Html Css Color HEX #410957 Scarlet Gum

📋 copy color: '#410957'

red 65 ◦ green 9 ◦ blue 87

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

Shades of Scarlet Gum #410957

Tints of Scarlet Gum #410957

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.59%

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

R = 40.37%
G = 5.59%
B = 54.04%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#410957 (or 0x410957) is known color: Scarlet Gum. HEX triplet: 41, 09 and 57. RGB value is (65,9,87). Sum of RGB (Red+Green+Blue) = 65+9+87=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #410957 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410957 is #BEF6A8. Grayscale: #222222. Windows color (decimal): -12514985 or 5704001. OLE color: 5704001.

HSL color Cylindrical-coordinate representation of color #410957: hue angle of 283.08º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #410957 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 9 87 -
CMYK 0.25 0.90 0 0.66
HSL 283.08º 0.81% 0.19% -
HSV(B) 283.08º 0.9% 0.34% -
XYZ 4 2.01 9.19 -
YUV 34.64 157.55 149.66 -
System Red Green Blue C M Y K H S L
Decimal 65 9 87 0.25 0.90 0 0.66 283.08 0.81 0.19
Hex 41 9 57 19 5A 0 42 11B 51 13
Octal 101 11 127 31 132 0 102 433 121 23
Binary 1000001 1001 1010111 11001 1011010 0 1000010 100011011 1010001 10011

Color Harmonies of #410957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410957

Black with #410957

Text Example


Text Example

White with #410957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410957; }

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

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

background-color css

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

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

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

border-color css

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

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

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