Html Css Color HEX #411552 Scarlet Gum

📋 copy color: '#411552'

red 65 ◦ green 21 ◦ blue 82

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

Shades of Scarlet Gum #411552

Tints of Scarlet Gum #411552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.5%

 BLUE value IS 82 (32.42% from 255) = 48.81%

R = 38.69%
G = 12.5%
B = 48.81%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#411552 (or 0x411552) is known color: Scarlet Gum. HEX triplet: 41, 15 and 52. RGB value is (65,21,82). Sum of RGB (Red+Green+Blue) = 65+21+82=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 82 - color contains mainly: blue. Hex color #411552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411552 is #BEEAAD. Grayscale: #282828. Windows color (decimal): -12511918 or 5379393. OLE color: 5379393.

HSL color Cylindrical-coordinate representation of color #411552: hue angle of 283.28º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #411552 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 21 82 -
CMYK 0.21 0.74 0 0.68
HSL 283.28º 0.59% 0.2% -
HSV(B) 283.28º 0.74% 0.32% -
XYZ 3.97 2.27 8.21 -
YUV 41.11 151.08 145.04 -
System Red Green Blue C M Y K H S L
Decimal 65 21 82 0.21 0.74 0 0.68 283.28 0.59 0.2
Hex 41 15 52 15 4A 0 44 11B 3B 14
Octal 101 25 122 25 112 0 104 433 73 24
Binary 1000001 10101 1010010 10101 1001010 0 1000100 100011011 111011 10100

Color Harmonies of #411552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411552

Black with #411552

Text Example


Text Example

White with #411552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411552; }

 p { color: rgb(65,21,82); }

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

background-color css

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

 a { background-color: rgb(65,21,82); }

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

border-color css

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

 span { border-color: rgb(65,21,82); }

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