Html Css Color HEX #411F53 Scarlet Gum

📋 copy color: '#411F53'

red 65 ◦ green 31 ◦ blue 83

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

Shades of Scarlet Gum #411F53

Tints of Scarlet Gum #411F53

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.32%

 BLUE value IS 83 (32.81% from 255) = 46.37%

R = 36.31%
G = 17.32%
B = 46.37%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#411F53 (or 0x411F53) is known color: Scarlet Gum. HEX triplet: 41, 1F and 53. RGB value is (65,31,83). Sum of RGB (Red+Green+Blue) = 65+31+83=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 83 - color contains mainly: blue. Hex color #411F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411F53 is #BEE0AC. Grayscale: #2E2E2E. Windows color (decimal): -12509357 or 5447489. OLE color: 5447489.

HSL color Cylindrical-coordinate representation of color #411F53: hue angle of 279.23º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #411F53 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 31 83 -
CMYK 0.22 0.63 0 0.67
HSL 279.23º 0.46% 0.22% -
HSV(B) 279.23º 0.63% 0.33% -
XYZ 4.23 2.73 8.49 -
YUV 47.09 148.26 140.77 -
System Red Green Blue C M Y K H S L
Decimal 65 31 83 0.22 0.63 0 0.67 279.23 0.46 0.22
Hex 41 1F 53 16 3F 0 43 117 2E 16
Octal 101 37 123 26 77 0 103 427 56 26
Binary 1000001 11111 1010011 10110 111111 0 1000011 100010111 101110 10110

Color Harmonies of #411F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F53

Black with #411F53

Text Example


Text Example

White with #411F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411F53; }

 p { color: rgb(65,31,83); }

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

background-color css

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

 a { background-color: rgb(65,31,83); }

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

border-color css

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

 span { border-color: rgb(65,31,83); }

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