Html Css Color HEX #411358 Scarlet Gum

📋 copy color: '#411358'

red 65 ◦ green 19 ◦ blue 88

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

Shades of Scarlet Gum #411358

Tints of Scarlet Gum #411358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.05%

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

R = 37.79%
G = 11.05%
B = 51.16%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#411358 (or 0x411358) is known color: Scarlet Gum. HEX triplet: 41, 13 and 58. RGB value is (65,19,88). Sum of RGB (Red+Green+Blue) = 65+19+88=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #411358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411358 is #BEECA7. Grayscale: #282828. Windows color (decimal): -12512424 or 5772097. OLE color: 5772097.

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

Color convert

RGB 65 19 88 -
CMYK 0.26 0.78 0 0.65
HSL 280º 0.64% 0.21% -
HSV(B) 280º 0.78% 0.35% -
XYZ 4.17 2.29 9.46 -
YUV 40.62 154.74 145.39 -
System Red Green Blue C M Y K H S L
Decimal 65 19 88 0.26 0.78 0 0.65 280 0.64 0.21
Hex 41 13 58 1A 4E 0 41 118 40 15
Octal 101 23 130 32 116 0 101 430 100 25
Binary 1000001 10011 1011000 11010 1001110 0 1000001 100011000 1000000 10101

Color Harmonies of #411358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411358

Black with #411358

Text Example


Text Example

White with #411358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411358; }

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

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

background-color css

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

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

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

border-color css

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

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

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