Html Css Color HEX #411558 Scarlet Gum

📋 copy color: '#411558'

red 65 ◦ green 21 ◦ blue 88

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

Shades of Scarlet Gum #411558

Tints of Scarlet Gum #411558

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

 BLUE value IS 88 (34.77% from 255) = 50.57%

R = 37.36%
G = 12.07%
B = 50.57%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#411558 (or 0x411558) is known color: Scarlet Gum. HEX triplet: 41, 15 and 58. RGB value is (65,21,88). Sum of RGB (Red+Green+Blue) = 65+21+88=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #411558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411558 is #BEEAA7. Grayscale: #292929. Windows color (decimal): -12511912 or 5772609. OLE color: 5772609.

HSL color Cylindrical-coordinate representation of color #411558: hue angle of 279.4º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #411558 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 21 88 -
CMYK 0.26 0.76 0 0.65
HSL 279.4º 0.61% 0.21% -
HSV(B) 279.4º 0.76% 0.35% -
XYZ 4.21 2.36 9.47 -
YUV 41.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 65 21 88 0.26 0.76 0 0.65 279.4 0.61 0.21
Hex 41 15 58 1A 4C 0 41 117 3D 15
Octal 101 25 130 32 114 0 101 427 75 25
Binary 1000001 10101 1011000 11010 1001100 0 1000001 100010111 111101 10101

Color Harmonies of #411558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411558

Black with #411558

Text Example


Text Example

White with #411558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411558; }

 p { color: rgb(65,21,88); }

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

background-color css

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

 a { background-color: rgb(65,21,88); }

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

border-color css

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

 span { border-color: rgb(65,21,88); }

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