Html Css Color HEX #411058 Scarlet Gum

📋 copy color: '#411058'

red 65 ◦ green 16 ◦ blue 88

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

Shades of Scarlet Gum #411058

Tints of Scarlet Gum #411058

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.47%

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

R = 38.46%
G = 9.47%
B = 52.07%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#411058 (or 0x411058) is known color: Scarlet Gum. HEX triplet: 41, 10 and 58. RGB value is (65,16,88). Sum of RGB (Red+Green+Blue) = 65+16+88=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #411058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411058 is #BEEFA7. Grayscale: #262626. Windows color (decimal): -12513192 or 5771329. OLE color: 5771329.

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

Color convert

RGB 65 16 88 -
CMYK 0.26 0.82 0 0.65
HSL 280.83º 0.69% 0.2% -
HSV(B) 280.83º 0.82% 0.35% -
XYZ 4.13 2.2 9.44 -
YUV 38.86 155.73 146.65 -
System Red Green Blue C M Y K H S L
Decimal 65 16 88 0.26 0.82 0 0.65 280.83 0.69 0.2
Hex 41 10 58 1A 52 0 41 119 45 14
Octal 101 20 130 32 122 0 101 431 105 24
Binary 1000001 10000 1011000 11010 1010010 0 1000001 100011001 1000101 10100

Color Harmonies of #411058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411058

Black with #411058

Text Example


Text Example

White with #411058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411058; }

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

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

background-color css

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

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

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

border-color css

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

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

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