Html Css Color HEX #410D54 Scarlet Gum

📋 copy color: '#410D54'

red 65 ◦ green 13 ◦ blue 84

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

Shades of Scarlet Gum #410D54

Tints of Scarlet Gum #410D54

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.02%

 BLUE value IS 84 (33.2% from 255) = 51.85%

R = 40.12%
G = 8.02%
B = 51.85%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#410D54 (or 0x410D54) is known color: Scarlet Gum. HEX triplet: 41, 0D and 54. RGB value is (65,13,84). Sum of RGB (Red+Green+Blue) = 65+13+84=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 84 (33.20% from 255 or 51.85% from 162); Max value from RGB is 84 - color contains mainly: blue. Hex color #410D54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410D54 is #BEF2AB. Grayscale: #242424. Windows color (decimal): -12513964 or 5508417. OLE color: 5508417.

HSL color Cylindrical-coordinate representation of color #410D54: hue angle of 283.94º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #410D54 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 13 84 -
CMYK 0.23 0.85 0 0.67
HSL 283.94º 0.73% 0.19% -
HSV(B) 283.94º 0.85% 0.33% -
XYZ 3.92 2.05 8.58 -
YUV 36.64 154.73 148.23 -
System Red Green Blue C M Y K H S L
Decimal 65 13 84 0.23 0.85 0 0.67 283.94 0.73 0.19
Hex 41 D 54 17 55 0 43 11C 49 13
Octal 101 15 124 27 125 0 103 434 111 23
Binary 1000001 1101 1010100 10111 1010101 0 1000011 100011100 1001001 10011

Color Harmonies of #410D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410D54

Black with #410D54

Text Example


Text Example

White with #410D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,13,84); }

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

background-color css

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

 a { background-color: rgb(65,13,84); }

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

border-color css

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

 span { border-color: rgb(65,13,84); }

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