Html Css Color HEX #410F5B Scarlet Gum

📋 copy color: '#410F5B'

red 65 ◦ green 15 ◦ blue 91

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

Shades of Scarlet Gum #410F5B

Tints of Scarlet Gum #410F5B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.77%

 BLUE value IS 91 (35.94% from 255) = 53.22%

R = 38.01%
G = 8.77%
B = 53.22%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#410F5B (or 0x410F5B) is known color: Scarlet Gum. HEX triplet: 41, 0F and 5B. RGB value is (65,15,91). Sum of RGB (Red+Green+Blue) = 65+15+91=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #410F5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410F5B is #BEF0A4. Grayscale: #262626. Windows color (decimal): -12513445 or 5967681. OLE color: 5967681.

HSL color Cylindrical-coordinate representation of color #410F5B: hue angle of 279.47º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #410F5B is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 15 91 -
CMYK 0.29 0.84 0 0.64
HSL 279.47º 0.72% 0.21% -
HSV(B) 279.47º 0.84% 0.36% -
XYZ 4.24 2.22 10.1 -
YUV 38.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 65 15 91 0.29 0.84 0 0.64 279.47 0.72 0.21
Hex 41 F 5B 1D 54 0 40 117 48 15
Octal 101 17 133 35 124 0 100 427 110 25
Binary 1000001 1111 1011011 11101 1010100 0 1000000 100010111 1001000 10101

Color Harmonies of #410F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410F5B

Black with #410F5B

Text Example


Text Example

White with #410F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,15,91); }

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

background-color css

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

 a { background-color: rgb(65,15,91); }

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

border-color css

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

 span { border-color: rgb(65,15,91); }

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