Html Css Color HEX #412058 Scarlet Gum

📋 copy color: '#412058'

red 65 ◦ green 32 ◦ blue 88

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

Shades of Scarlet Gum #412058

Tints of Scarlet Gum #412058

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.3%

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

R = 35.14%
G = 17.3%
B = 47.57%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#412058 (or 0x412058) is known color: Scarlet Gum. HEX triplet: 41, 20 and 58. RGB value is (65,32,88). Sum of RGB (Red+Green+Blue) = 65+32+88=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #412058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412058 is #BEDFA7. Grayscale: #303030. Windows color (decimal): -12509096 or 5775425. OLE color: 5775425.

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

Color convert

RGB 65 32 88 -
CMYK 0.26 0.64 0 0.65
HSL 275.36º 0.47% 0.24% -
HSV(B) 275.36º 0.64% 0.35% -
XYZ 4.46 2.86 9.55 -
YUV 48.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 65 32 88 0.26 0.64 0 0.65 275.36 0.47 0.24
Hex 41 20 58 1A 40 0 41 113 2F 18
Octal 101 40 130 32 100 0 101 423 57 30
Binary 1000001 100000 1011000 11010 1000000 0 1000001 100010011 101111 11000

Color Harmonies of #412058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412058

Black with #412058

Text Example


Text Example

White with #412058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412058; }

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

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

background-color css

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

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

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

border-color css

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

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

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