Html Css Color HEX #411652 Scarlet Gum

📋 copy color: '#411652'

red 65 ◦ green 22 ◦ blue 82

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

Shades of Scarlet Gum #411652

Tints of Scarlet Gum #411652

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.02%

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

R = 38.46%
G = 13.02%
B = 48.52%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#411652 (or 0x411652) is known color: Scarlet Gum. HEX triplet: 41, 16 and 52. RGB value is (65,22,82). Sum of RGB (Red+Green+Blue) = 65+22+82=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #411652 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411652 is #BEE9AD. Grayscale: #292929. Windows color (decimal): -12511662 or 5379649. OLE color: 5379649.

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

Color convert

RGB 65 22 82 -
CMYK 0.21 0.73 0 0.68
HSL 283º 0.58% 0.2% -
HSV(B) 283º 0.73% 0.32% -
XYZ 3.99 2.31 8.22 -
YUV 41.7 150.75 144.62 -
System Red Green Blue C M Y K H S L
Decimal 65 22 82 0.21 0.73 0 0.68 283 0.58 0.2
Hex 41 16 52 15 49 0 44 11B 3A 14
Octal 101 26 122 25 111 0 104 433 72 24
Binary 1000001 10110 1010010 10101 1001001 0 1000100 100011011 111010 10100

Color Harmonies of #411652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411652

Black with #411652

Text Example


Text Example

White with #411652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411652; }

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

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

background-color css

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

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

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

border-color css

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

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

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