Html Css Color HEX #410B5A Scarlet Gum

📋 copy color: '#410B5A'

red 65 ◦ green 11 ◦ blue 90

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

Shades of Scarlet Gum #410B5A

Tints of Scarlet Gum #410B5A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.63%

 BLUE value IS 90 (35.55% from 255) = 54.22%

R = 39.16%
G = 6.63%
B = 54.22%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#410B5A (or 0x410B5A) is known color: Scarlet Gum. HEX triplet: 41, 0B and 5A. RGB value is (65,11,90). Sum of RGB (Red+Green+Blue) = 65+11+90=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #410B5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410B5A is #BEF4A5. Grayscale: #232323. Windows color (decimal): -12514470 or 5901121. OLE color: 5901121.

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

Color convert

RGB 65 11 90 -
CMYK 0.28 0.88 0 0.65
HSL 281.01º 0.78% 0.2% -
HSV(B) 281.01º 0.88% 0.35% -
XYZ 4.15 2.1 9.86 -
YUV 36.15 158.39 148.58 -
System Red Green Blue C M Y K H S L
Decimal 65 11 90 0.28 0.88 0 0.65 281.01 0.78 0.2
Hex 41 B 5A 1C 58 0 41 119 4E 14
Octal 101 13 132 34 130 0 101 431 116 24
Binary 1000001 1011 1011010 11100 1011000 0 1000001 100011001 1001110 10100

Color Harmonies of #410B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410B5A

Black with #410B5A

Text Example


Text Example

White with #410B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,11,90); }

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

background-color css

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

 a { background-color: rgb(65,11,90); }

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

border-color css

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

 span { border-color: rgb(65,11,90); }

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