Html Css Color HEX #411251 Scarlet Gum

📋 copy color: '#411251'

red 65 ◦ green 18 ◦ blue 81

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

Shades of Scarlet Gum #411251

Tints of Scarlet Gum #411251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.98%

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

R = 39.63%
G = 10.98%
B = 49.39%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#411251 (or 0x411251) is known color: Scarlet Gum. HEX triplet: 41, 12 and 51. RGB value is (65,18,81). Sum of RGB (Red+Green+Blue) = 65+18+81=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #411251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411251 is #BEEDAE. Grayscale: #272727. Windows color (decimal): -12512687 or 5313089. OLE color: 5313089.

HSL color Cylindrical-coordinate representation of color #411251: hue angle of 284.76º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #411251 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 18 81 -
CMYK 0.20 0.78 0 0.68
HSL 284.76º 0.64% 0.19% -
HSV(B) 284.76º 0.78% 0.32% -
XYZ 3.88 2.15 8 -
YUV 39.24 151.57 146.38 -
System Red Green Blue C M Y K H S L
Decimal 65 18 81 0.20 0.78 0 0.68 284.76 0.64 0.19
Hex 41 12 51 14 4E 0 44 11D 40 13
Octal 101 22 121 24 116 0 104 435 100 23
Binary 1000001 10010 1010001 10100 1001110 0 1000100 100011101 1000000 10011

Color Harmonies of #411251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411251

Black with #411251

Text Example


Text Example

White with #411251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411251; }

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

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

background-color css

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

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

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

border-color css

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

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

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