Html Css Color HEX #412055 Scarlet Gum

📋 copy color: '#412055'

red 65 ◦ green 32 ◦ blue 85

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

Shades of Scarlet Gum #412055

Tints of Scarlet Gum #412055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 46.7%

R = 35.71%
G = 17.58%
B = 46.7%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#412055 (or 0x412055) is known color: Scarlet Gum. HEX triplet: 41, 20 and 55. RGB value is (65,32,85). Sum of RGB (Red+Green+Blue) = 65+32+85=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #412055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412055 is #BEDFAA. Grayscale: #2F2F2F. Windows color (decimal): -12509099 or 5578817. OLE color: 5578817.

HSL color Cylindrical-coordinate representation of color #412055: hue angle of 277.36º 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 #412055 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 32 85 -
CMYK 0.24 0.62 0 0.67
HSL 277.36º 0.45% 0.23% -
HSV(B) 277.36º 0.62% 0.33% -
XYZ 4.34 2.81 8.91 -
YUV 47.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 65 32 85 0.24 0.62 0 0.67 277.36 0.45 0.23
Hex 41 20 55 18 3E 0 43 115 2D 17
Octal 101 40 125 30 76 0 103 425 55 27
Binary 1000001 100000 1010101 11000 111110 0 1000011 100010101 101101 10111

Color Harmonies of #412055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412055

Black with #412055

Text Example


Text Example

White with #412055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412055; }

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

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

background-color css

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

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

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

border-color css

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

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

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