Html Css Color HEX #410A56 Scarlet Gum

📋 copy color: '#410A56'

red 65 ◦ green 10 ◦ blue 86

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

Shades of Scarlet Gum #410A56

Tints of Scarlet Gum #410A56

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.21%

 BLUE value IS 86 (33.98% from 255) = 53.42%

R = 40.37%
G = 6.21%
B = 53.42%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#410A56 (or 0x410A56) is known color: Scarlet Gum. HEX triplet: 41, 0A and 56. RGB value is (65,10,86). Sum of RGB (Red+Green+Blue) = 65+10+86=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 86 (33.98% from 255 or 53.42% from 161); Max value from RGB is 86 - color contains mainly: blue. Hex color #410A56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410A56 is #BEF5A9. Grayscale: #222222. Windows color (decimal): -12514730 or 5638721. OLE color: 5638721.

HSL color Cylindrical-coordinate representation of color #410A56: hue angle of 283.42º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #410A56 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 10 86 -
CMYK 0.24 0.88 0 0.66
HSL 283.42º 0.79% 0.19% -
HSV(B) 283.42º 0.88% 0.34% -
XYZ 3.97 2.01 8.98 -
YUV 35.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 65 10 86 0.24 0.88 0 0.66 283.42 0.79 0.19
Hex 41 A 56 18 58 0 42 11B 4F 13
Octal 101 12 126 30 130 0 102 433 117 23
Binary 1000001 1010 1010110 11000 1011000 0 1000010 100011011 1001111 10011

Color Harmonies of #410A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410A56

Black with #410A56

Text Example


Text Example

White with #410A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410A56; }

 p { color: rgb(65,10,86); }

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

background-color css

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

 a { background-color: rgb(65,10,86); }

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

border-color css

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

 span { border-color: rgb(65,10,86); }

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