Html Css Color HEX #411254 Scarlet Gum

📋 copy color: '#411254'

red 65 ◦ green 18 ◦ blue 84

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

Shades of Scarlet Gum #411254

Tints of Scarlet Gum #411254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 50.3%

R = 38.92%
G = 10.78%
B = 50.3%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#411254 (or 0x411254) is known color: Scarlet Gum. HEX triplet: 41, 12 and 54. RGB value is (65,18,84). Sum of RGB (Red+Green+Blue) = 65+18+84=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #411254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411254 is #BEEDAB. Grayscale: #272727. Windows color (decimal): -12512684 or 5509697. OLE color: 5509697.

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

Color convert

RGB 65 18 84 -
CMYK 0.23 0.79 0 0.67
HSL 282.73º 0.65% 0.2% -
HSV(B) 282.73º 0.79% 0.33% -
XYZ 4 2.2 8.6 -
YUV 39.58 153.07 146.13 -
System Red Green Blue C M Y K H S L
Decimal 65 18 84 0.23 0.79 0 0.67 282.73 0.65 0.2
Hex 41 12 54 17 4F 0 43 11B 41 14
Octal 101 22 124 27 117 0 103 433 101 24
Binary 1000001 10010 1010100 10111 1001111 0 1000011 100011011 1000001 10100

Color Harmonies of #411254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411254

Black with #411254

Text Example


Text Example

White with #411254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411254; }

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

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

background-color css

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

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

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

border-color css

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

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

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