Html Css Color HEX #40115A Scarlet Gum

📋 copy color: '#40115A'

red 64 ◦ green 17 ◦ blue 90

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

Shades of Scarlet Gum #40115A

Tints of Scarlet Gum #40115A

RGB

 RED value IS 64 (25.39% from 255) = 37.43%

 GREEN value IS 17 (7.03% from 255) = 9.94%

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

R = 37.43%
G = 9.94%
B = 52.63%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#40115A (or 0x40115A) is known color: Scarlet Gum. HEX triplet: 40, 11 and 5A. RGB value is (64,17,90). Sum of RGB (Red+Green+Blue) = 64+17+90=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #40115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40115A is #BFEEA5. Grayscale: #272727. Windows color (decimal): -12578470 or 5902656. OLE color: 5902656.

HSL color Cylindrical-coordinate representation of color #40115A: hue angle of 278.63º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40115A is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 17 90 -
CMYK 0.29 0.81 0 0.65
HSL 278.63º 0.68% 0.21% -
HSV(B) 278.63º 0.81% 0.35% -
XYZ 4.16 2.23 9.88 -
YUV 39.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 64 17 90 0.29 0.81 0 0.65 278.63 0.68 0.21
Hex 40 11 5A 1D 51 0 41 117 44 15
Octal 100 21 132 35 121 0 101 427 104 25
Binary 1000000 10001 1011010 11101 1010001 0 1000001 100010111 1000100 10101

Color Harmonies of #40115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40115A

Black with #40115A

Text Example


Text Example

White with #40115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40115A; }

 p { color: rgb(64,17,90); }

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

background-color css

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

 a { background-color: rgb(64,17,90); }

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

border-color css

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

 span { border-color: rgb(64,17,90); }

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