#40145A

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

Shades of Scarlet Gum #40145A

Tints of Scarlet Gum #40145A

Color information

#40145A (or 0x40145A) is unknown color: approx Scarlet Gum. HEX triplet: 40, 14 and 5A. RGB value is (64,20,90). Sum of RGB (Red+Green+Blue) = 64+20+90=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #40145A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40145A is #BFEBA5. Grayscale: #282828. Windows color (decimal): -12577702 or 5903424. OLE color: 5903424.

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

Color convert

RGB642090-
CMYK0.290.7800.65
HSL277.71º63.64%21.57%-
HSV(B)277.71º77.78%35.29%-
XYZ4.212.339.9-
YUV41.14155.58144.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.78%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 90 (35.55% from 255) = 51.72%
R=36.78%
G=11.49%
B=51.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6420900.290.7800.65277.7163.6421.57
Hex40145A1D4E0411164016
Octal1002413235116010142610026
Binary100000010100101101011101100111001000001100010110100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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