#40095A

Color #40095A Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #40095A

Tints of Scarlet Gum #40095A

Color information

#40095A (or 0x40095A) is unknown color: approx Scarlet Gum. HEX triplet: 40, 09 and 5A. RGB value is (64,9,90). Sum of RGB (Red+Green+Blue) = 64+9+90=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #40095A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40095A is #BFF6A5. Grayscale: #222222. Windows color (decimal): -12580518 or 5900608. OLE color: 5900608.

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

Color convert

RGB64990-
CMYK0.290.900.65
HSL280.74º81.82%19.41%-
HSV(B)280.74º90%35.29%-
XYZ4.062.029.85-
YUV34.68159.22148.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 90 (35.55% from 255) = 55.21%
R=39.26%
G=5.52%
B=55.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal649900.290.900.65280.7481.8219.41
Hex4095A1D5A0411195213
Octal1001113235132010143112223
Binary10000001001101101011101101101001000001100011001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40095A;
 }
 .AnyTagClassName
 {
   color: #40095A;
 }
</style>
background-color css

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

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

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

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

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

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