Html Css Color HEX #412054 Scarlet Gum

📋 copy color: '#412054'

red 65 ◦ green 32 ◦ blue 84

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

Shades of Scarlet Gum #412054

Tints of Scarlet Gum #412054

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.68%

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

R = 35.91%
G = 17.68%
B = 46.41%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#412054 (or 0x412054) is known color: Scarlet Gum. HEX triplet: 41, 20 and 54. RGB value is (65,32,84). Sum of RGB (Red+Green+Blue) = 65+32+84=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #412054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412054 is #BEDFAB. Grayscale: #2F2F2F. Windows color (decimal): -12509100 or 5513281. OLE color: 5513281.

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

Color convert

RGB 65 32 84 -
CMYK 0.23 0.62 0 0.67
HSL 278.08º 0.45% 0.23% -
HSV(B) 278.08º 0.62% 0.33% -
XYZ 4.3 2.8 8.7 -
YUV 47.8 148.43 140.27 -
System Red Green Blue C M Y K H S L
Decimal 65 32 84 0.23 0.62 0 0.67 278.08 0.45 0.23
Hex 41 20 54 17 3E 0 43 116 2D 17
Octal 101 40 124 27 76 0 103 426 55 27
Binary 1000001 100000 1010100 10111 111110 0 1000011 100010110 101101 10111

Color Harmonies of #412054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412054

Black with #412054

Text Example


Text Example

White with #412054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412054; }

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

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

background-color css

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

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

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

border-color css

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

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

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