Html Css Color HEX #411C53 Scarlet Gum

📋 copy color: '#411C53'

red 65 ◦ green 28 ◦ blue 83

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

Shades of Scarlet Gum #411C53

Tints of Scarlet Gum #411C53

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.91%

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

R = 36.93%
G = 15.91%
B = 47.16%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#411C53 (or 0x411C53) is known color: Scarlet Gum. HEX triplet: 41, 1C and 53. RGB value is (65,28,83). Sum of RGB (Red+Green+Blue) = 65+28+83=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #411C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411C53 is #BEE3AC. Grayscale: #2D2D2D. Windows color (decimal): -12510125 or 5446721. OLE color: 5446721.

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

Color convert

RGB 65 28 83 -
CMYK 0.22 0.66 0 0.67
HSL 280.36º 0.5% 0.22% -
HSV(B) 280.36º 0.66% 0.33% -
XYZ 4.16 2.58 8.46 -
YUV 45.33 149.26 142.03 -
System Red Green Blue C M Y K H S L
Decimal 65 28 83 0.22 0.66 0 0.67 280.36 0.5 0.22
Hex 41 1C 53 16 42 0 43 118 32 16
Octal 101 34 123 26 102 0 103 430 62 26
Binary 1000001 11100 1010011 10110 1000010 0 1000011 100011000 110010 10110

Color Harmonies of #411C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C53

Black with #411C53

Text Example


Text Example

White with #411C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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