Html Css Color HEX #410C59 Scarlet Gum

📋 copy color: '#410C59'

red 65 ◦ green 12 ◦ blue 89

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

Shades of Scarlet Gum #410C59

Tints of Scarlet Gum #410C59

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.23%

 BLUE value IS 89 (35.16% from 255) = 53.61%

R = 39.16%
G = 7.23%
B = 53.61%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#410C59 (or 0x410C59) is known color: Scarlet Gum. HEX triplet: 41, 0C and 59. RGB value is (65,12,89). Sum of RGB (Red+Green+Blue) = 65+12+89=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #410C59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410C59 is #BEF3A6. Grayscale: #242424. Windows color (decimal): -12514215 or 5835841. OLE color: 5835841.

HSL color Cylindrical-coordinate representation of color #410C59: hue angle of 281.3º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #410C59 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 12 89 -
CMYK 0.27 0.87 0 0.65
HSL 281.3º 0.76% 0.2% -
HSV(B) 281.3º 0.87% 0.35% -
XYZ 4.11 2.11 9.64 -
YUV 36.63 157.56 148.24 -
System Red Green Blue C M Y K H S L
Decimal 65 12 89 0.27 0.87 0 0.65 281.3 0.76 0.2
Hex 41 C 59 1B 57 0 41 119 4C 14
Octal 101 14 131 33 127 0 101 431 114 24
Binary 1000001 1100 1011001 11011 1010111 0 1000001 100011001 1001100 10100

Color Harmonies of #410C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410C59

Black with #410C59

Text Example


Text Example

White with #410C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410C59; }

 p { color: rgb(65,12,89); }

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

background-color css

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

 a { background-color: rgb(65,12,89); }

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

border-color css

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

 span { border-color: rgb(65,12,89); }

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