Html Css Color HEX #412051 Scarlet Gum

📋 copy color: '#412051'

red 65 ◦ green 32 ◦ blue 81

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

Shades of Scarlet Gum #412051

Tints of Scarlet Gum #412051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 45.51%

R = 36.52%
G = 17.98%
B = 45.51%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#412051 (or 0x412051) is known color: Scarlet Gum. HEX triplet: 41, 20 and 51. RGB value is (65,32,81). Sum of RGB (Red+Green+Blue) = 65+32+81=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 81 - color contains mainly: blue. Hex color #412051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412051 is #BEDFAE. Grayscale: #2F2F2F. Windows color (decimal): -12509103 or 5316673. OLE color: 5316673.

HSL color Cylindrical-coordinate representation of color #412051: hue angle of 280.41º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #412051 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 32 81 -
CMYK 0.20 0.60 0 0.68
HSL 280.41º 0.43% 0.22% -
HSV(B) 280.41º 0.6% 0.32% -
XYZ 4.18 2.75 8.1 -
YUV 47.45 146.93 140.52 -
System Red Green Blue C M Y K H S L
Decimal 65 32 81 0.20 0.60 0 0.68 280.41 0.43 0.22
Hex 41 20 51 14 3C 0 44 118 2B 16
Octal 101 40 121 24 74 0 104 430 53 26
Binary 1000001 100000 1010001 10100 111100 0 1000100 100011000 101011 10110

Color Harmonies of #412051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412051

Black with #412051

Text Example


Text Example

White with #412051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412051; }

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

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

background-color css

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

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

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

border-color css

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

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

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