Html Css Color HEX #410C56 Scarlet Gum

📋 copy color: '#410C56'

red 65 ◦ green 12 ◦ blue 86

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

Shades of Scarlet Gum #410C56

Tints of Scarlet Gum #410C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 52.76%

R = 39.88%
G = 7.36%
B = 52.76%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#410C56 (or 0x410C56) is known color: Scarlet Gum. HEX triplet: 41, 0C and 56. RGB value is (65,12,86). Sum of RGB (Red+Green+Blue) = 65+12+86=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 12 (5.08% from 255 or 7.36% from 163); Blue value is 86 (33.98% from 255 or 52.76% from 163); Max value from RGB is 86 - color contains mainly: blue. Hex color #410C56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410C56 is #BEF3A9. Grayscale: #242424. Windows color (decimal): -12514218 or 5639233. OLE color: 5639233.

HSL color Cylindrical-coordinate representation of color #410C56: hue angle of 282.97º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #410C56 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 65 12 86 -
CMYK 0.24 0.86 0 0.66
HSL 282.97º 0.76% 0.19% -
HSV(B) 282.97º 0.86% 0.34% -
XYZ 3.99 2.06 8.99 -
YUV 36.28 156.06 148.48 -
System Red Green Blue C M Y K H S L
Decimal 65 12 86 0.24 0.86 0 0.66 282.97 0.76 0.19
Hex 41 C 56 18 56 0 42 11B 4C 13
Octal 101 14 126 30 126 0 102 433 114 23
Binary 1000001 1100 1010110 11000 1010110 0 1000010 100011011 1001100 10011

Color Harmonies of #410C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410C56

Black with #410C56

Text Example


Text Example

White with #410C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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