#40305E

Color #40305E Jacarta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacarta #40305E

Tints of Jacarta #40305E

Color information

#40305E (or 0x40305E) is unknown color: approx Jacarta. HEX triplet: 40, 30 and 5E. RGB value is (64,48,94). Sum of RGB (Red+Green+Blue) = 64+48+94=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 94 (37.11% from 255 or 45.63% from 206); Max value from RGB is 94 - color contains mainly: blue. Hex color #40305E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40305E is #BFCFA1. Grayscale: #393939. Windows color (decimal): -12570530 or 6172736. OLE color: 6172736.

HSL color Cylindrical-coordinate representation of color #40305E: hue angle of 260.87º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40305E is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB644894-
CMYK0.320.4900.63
HSL260.87º32.39%27.84%-
HSV(B)260.87º48.94%36.86%-
XYZ5.194.0111.09-
YUV58.03148.3132.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.07%
GREEN value IS 48 (19.14% from 255) = 23.30%
BLUE value IS 94 (37.11% from 255) = 45.63%
R=31.07%
G=23.30%
B=45.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6448940.320.4900.63260.8732.3927.84
Hex40305E203103F105201c
Octal1006013640610774054034
Binary10000001100001011110100000110001011111110000010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40305E; }

 p { color: rgb(64,48,94); }

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

<style>
 a { background-color: #40305E; }

 a { background-color: rgb(64,48,94); }

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

<style>
 span { border-color: #40305E; }

 span { border-color: rgb(64,48,94); }

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