Html Css Color HEX #411B51 Scarlet Gum

📋 copy color: '#411B51'

red 65 ◦ green 27 ◦ blue 81

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

Shades of Scarlet Gum #411B51

Tints of Scarlet Gum #411B51

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.61%

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

R = 37.57%
G = 15.61%
B = 46.82%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#411B51 (or 0x411B51) is known color: Scarlet Gum. HEX triplet: 41, 1B and 51. RGB value is (65,27,81). Sum of RGB (Red+Green+Blue) = 65+27+81=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 81 - color contains mainly: blue. Hex color #411B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411B51 is #BEE4AE. Grayscale: #2C2C2C. Windows color (decimal): -12510383 or 5315393. OLE color: 5315393.

HSL color Cylindrical-coordinate representation of color #411B51: hue angle of 282.22º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #411B51 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 27 81 -
CMYK 0.20 0.67 0 0.68
HSL 282.22º 0.5% 0.21% -
HSV(B) 282.22º 0.67% 0.32% -
XYZ 4.06 2.5 8.05 -
YUV 44.52 148.59 142.61 -
System Red Green Blue C M Y K H S L
Decimal 65 27 81 0.20 0.67 0 0.68 282.22 0.5 0.21
Hex 41 1B 51 14 43 0 44 11A 32 15
Octal 101 33 121 24 103 0 104 432 62 25
Binary 1000001 11011 1010001 10100 1000011 0 1000100 100011010 110010 10101

Color Harmonies of #411B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B51

Black with #411B51

Text Example


Text Example

White with #411B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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