Html Css Color HEX #40065A Scarlet Gum

📋 copy color: '#40065A'

red 64 ◦ green 6 ◦ blue 90

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

Shades of Scarlet Gum #40065A

Tints of Scarlet Gum #40065A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.75%

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

R = 40%
G = 3.75%
B = 56.25%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#40065A (or 0x40065A) is known color: Scarlet Gum. HEX triplet: 40, 06 and 5A. RGB value is (64,6,90). Sum of RGB (Red+Green+Blue) = 64+6+90=160 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #40065A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40065A is #BFF9A5. Grayscale: #202020. Windows color (decimal): -12581286 or 5899840. OLE color: 5899840.

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

Color convert

RGB 64 6 90 -
CMYK 0.29 0.93 0 0.65
HSL 281.43º 0.88% 0.19% -
HSV(B) 281.43º 0.93% 0.35% -
XYZ 4.02 1.96 9.84 -
YUV 32.92 160.22 150.17 -
System Red Green Blue C M Y K H S L
Decimal 64 6 90 0.29 0.93 0 0.65 281.43 0.88 0.19
Hex 40 6 5A 1D 5D 0 41 119 58 13
Octal 100 6 132 35 135 0 101 431 130 23
Binary 1000000 110 1011010 11101 1011101 0 1000001 100011001 1011000 10011

Color Harmonies of #40065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40065A

Black with #40065A

Text Example


Text Example

White with #40065A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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