Html Css Color HEX #411952 Scarlet Gum

📋 copy color: '#411952'

red 65 ◦ green 25 ◦ blue 82

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

Shades of Scarlet Gum #411952

Tints of Scarlet Gum #411952

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.53%

 BLUE value IS 82 (32.42% from 255) = 47.67%

R = 37.79%
G = 14.53%
B = 47.67%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#411952 (or 0x411952) is known color: Scarlet Gum. HEX triplet: 41, 19 and 52. RGB value is (65,25,82). Sum of RGB (Red+Green+Blue) = 65+25+82=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #411952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411952 is #BEE6AD. Grayscale: #2B2B2B. Windows color (decimal): -12510894 or 5380417. OLE color: 5380417.

HSL color Cylindrical-coordinate representation of color #411952: hue angle of 282.11º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #411952 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 25 82 -
CMYK 0.21 0.70 0 0.68
HSL 282.11º 0.53% 0.21% -
HSV(B) 282.11º 0.7% 0.32% -
XYZ 4.05 2.43 8.24 -
YUV 43.46 149.75 143.37 -
System Red Green Blue C M Y K H S L
Decimal 65 25 82 0.21 0.70 0 0.68 282.11 0.53 0.21
Hex 41 19 52 15 46 0 44 11A 35 15
Octal 101 31 122 25 106 0 104 432 65 25
Binary 1000001 11001 1010010 10101 1000110 0 1000100 100011010 110101 10101

Color Harmonies of #411952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411952

Black with #411952

Text Example


Text Example

White with #411952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411952; }

 p { color: rgb(65,25,82); }

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

background-color css

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

 a { background-color: rgb(65,25,82); }

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

border-color css

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

 span { border-color: rgb(65,25,82); }

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