Html Css Color HEX #412053 Scarlet Gum

📋 copy color: '#412053'

red 65 ◦ green 32 ◦ blue 83

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

Shades of Scarlet Gum #412053

Tints of Scarlet Gum #412053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 46.11%

R = 36.11%
G = 17.78%
B = 46.11%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#412053 (or 0x412053) is known color: Scarlet Gum. HEX triplet: 41, 20 and 53. RGB value is (65,32,83). Sum of RGB (Red+Green+Blue) = 65+32+83=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #412053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412053 is #BEDFAC. Grayscale: #2F2F2F. Windows color (decimal): -12509101 or 5447745. OLE color: 5447745.

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

Color convert

RGB 65 32 83 -
CMYK 0.22 0.61 0 0.67
HSL 278.82º 0.44% 0.23% -
HSV(B) 278.82º 0.61% 0.33% -
XYZ 4.26 2.78 8.5 -
YUV 47.68 147.93 140.35 -
System Red Green Blue C M Y K H S L
Decimal 65 32 83 0.22 0.61 0 0.67 278.82 0.44 0.23
Hex 41 20 53 16 3D 0 43 117 2C 17
Octal 101 40 123 26 75 0 103 427 54 27
Binary 1000001 100000 1010011 10110 111101 0 1000011 100010111 101100 10111

Color Harmonies of #412053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412053

Black with #412053

Text Example


Text Example

White with #412053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412053; }

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

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

background-color css

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

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

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

border-color css

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

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

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