Html Css Color HEX #412156 Scarlet Gum

📋 copy color: '#412156'

red 65 ◦ green 33 ◦ blue 86

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

Shades of Scarlet Gum #412156

Tints of Scarlet Gum #412156

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.93%

 BLUE value IS 86 (33.98% from 255) = 46.74%

R = 35.33%
G = 17.93%
B = 46.74%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#412156 (or 0x412156) is known color: Scarlet Gum. HEX triplet: 41, 21 and 56. RGB value is (65,33,86). Sum of RGB (Red+Green+Blue) = 65+33+86=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 86 - color contains mainly: blue. Hex color #412156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412156 is #BEDEA9. Grayscale: #303030. Windows color (decimal): -12508842 or 5644609. OLE color: 5644609.

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

Color convert

RGB 65 33 86 -
CMYK 0.24 0.62 0 0.66
HSL 276.23º 0.45% 0.23% -
HSV(B) 276.23º 0.62% 0.34% -
XYZ 4.4 2.88 9.13 -
YUV 48.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 65 33 86 0.24 0.62 0 0.66 276.23 0.45 0.23
Hex 41 21 56 18 3E 0 42 114 2D 17
Octal 101 41 126 30 76 0 102 424 55 27
Binary 1000001 100001 1010110 11000 111110 0 1000010 100010100 101101 10111

Color Harmonies of #412156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412156

Black with #412156

Text Example


Text Example

White with #412156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412156; }

 p { color: rgb(65,33,86); }

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

background-color css

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

 a { background-color: rgb(65,33,86); }

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

border-color css

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

 span { border-color: rgb(65,33,86); }

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