Html Css Color HEX #411255 Scarlet Gum

📋 copy color: '#411255'

red 65 ◦ green 18 ◦ blue 85

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

Shades of Scarlet Gum #411255

Tints of Scarlet Gum #411255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 50.6%

R = 38.69%
G = 10.71%
B = 50.6%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#411255 (or 0x411255) is known color: Scarlet Gum. HEX triplet: 41, 12 and 55. RGB value is (65,18,85). Sum of RGB (Red+Green+Blue) = 65+18+85=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #411255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411255 is #BEEDAA. Grayscale: #272727. Windows color (decimal): -12512683 or 5575233. OLE color: 5575233.

HSL color Cylindrical-coordinate representation of color #411255: hue angle of 282.09º 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 #411255 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 18 85 -
CMYK 0.24 0.79 0 0.67
HSL 282.09º 0.65% 0.2% -
HSV(B) 282.09º 0.79% 0.33% -
XYZ 4.04 2.21 8.81 -
YUV 39.69 153.57 146.05 -
System Red Green Blue C M Y K H S L
Decimal 65 18 85 0.24 0.79 0 0.67 282.09 0.65 0.2
Hex 41 12 55 18 4F 0 43 11A 41 14
Octal 101 22 125 30 117 0 103 432 101 24
Binary 1000001 10010 1010101 11000 1001111 0 1000011 100011010 1000001 10100

Color Harmonies of #411255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411255

Black with #411255

Text Example


Text Example

White with #411255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411255; }

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

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

background-color css

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

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

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

border-color css

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

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

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