Html Css Color HEX #40395E Jacarta

📋 copy color: '#40395E'

red 64 ◦ green 57 ◦ blue 94

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

Shades of Jacarta #40395E

Tints of Jacarta #40395E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.51%

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

R = 29.77%
G = 26.51%
B = 43.72%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40395E (or 0x40395E) is known color: Jacarta. HEX triplet: 40, 39 and 5E. RGB value is (64,57,94). Sum of RGB (Red+Green+Blue) = 64+57+94=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 94 - color contains mainly: blue. Hex color #40395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40395E is #BFC6A1. Grayscale: #3F3F3F. Windows color (decimal): -12568226 or 6175040. OLE color: 6175040.

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

Color convert

RGB 64 57 94 -
CMYK 0.32 0.39 0 0.63
HSL 251.35º 0.25% 0.3% -
HSV(B) 251.35º 0.39% 0.37% -
XYZ 5.6 4.82 11.23 -
YUV 63.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 64 57 94 0.32 0.39 0 0.63 251.35 0.25 0.3
Hex 40 39 5E 20 27 0 3F FB 19 1E
Octal 100 71 136 40 47 0 77 373 31 36
Binary 1000000 111001 1011110 100000 100111 0 111111 11111011 11001 11110

Color Harmonies of #40395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40395E

Black with #40395E

Text Example


Text Example

White with #40395E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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