Html Css Color HEX #40135A Scarlet Gum

📋 copy color: '#40135A'

red 64 ◦ green 19 ◦ blue 90

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

Shades of Scarlet Gum #40135A

Tints of Scarlet Gum #40135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.98%

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

R = 36.99%
G = 10.98%
B = 52.02%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#40135A (or 0x40135A) is known color: Scarlet Gum. HEX triplet: 40, 13 and 5A. RGB value is (64,19,90). Sum of RGB (Red+Green+Blue) = 64+19+90=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 90 (35.55% from 255 or 52.02% from 173); Max value from RGB is 90 - color contains mainly: blue. Hex color #40135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40135A is #BFECA5. Grayscale: #282828. Windows color (decimal): -12577958 or 5903168. OLE color: 5903168.

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

Color convert

RGB 64 19 90 -
CMYK 0.29 0.79 0 0.65
HSL 278.03º 0.65% 0.21% -
HSV(B) 278.03º 0.79% 0.35% -
XYZ 4.19 2.29 9.89 -
YUV 40.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 64 19 90 0.29 0.79 0 0.65 278.03 0.65 0.21
Hex 40 13 5A 1D 4F 0 41 116 41 15
Octal 100 23 132 35 117 0 101 426 101 25
Binary 1000000 10011 1011010 11101 1001111 0 1000001 100010110 1000001 10101

Color Harmonies of #40135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40135A

Black with #40135A

Text Example


Text Example

White with #40135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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