Html Css Color HEX #40325E Jacarta

📋 copy color: '#40325E'

red 64 ◦ green 50 ◦ blue 94

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

Shades of Jacarta #40325E

Tints of Jacarta #40325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.04%

 BLUE value IS 94 (37.11% from 255) = 45.19%

R = 30.77%
G = 24.04%
B = 45.19%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40325E (or 0x40325E) is known color: Jacarta. HEX triplet: 40, 32 and 5E. RGB value is (64,50,94). Sum of RGB (Red+Green+Blue) = 64+50+94=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #40325E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40325E is #BFCDA1. Grayscale: #3B3B3B. Windows color (decimal): -12570018 or 6173248. OLE color: 6173248.

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

Color convert

RGB 64 50 94 -
CMYK 0.32 0.47 0 0.63
HSL 259.09º 0.31% 0.28% -
HSV(B) 259.09º 0.47% 0.37% -
XYZ 5.28 4.18 11.12 -
YUV 59.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 64 50 94 0.32 0.47 0 0.63 259.09 0.31 0.28
Hex 40 32 5E 20 2F 0 3F 103 1F 1C
Octal 100 62 136 40 57 0 77 403 37 34
Binary 1000000 110010 1011110 100000 101111 0 111111 100000011 11111 11100

Color Harmonies of #40325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40325E

Black with #40325E

Text Example


Text Example

White with #40325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40325E;
 }
 .AnyTagClassName
 {
   color: #40325E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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