Html Css Color HEX #40395B Jacarta

📋 copy color: '#40395B'

red 64 ◦ green 57 ◦ blue 91

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

Shades of Jacarta #40395B

Tints of Jacarta #40395B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.92%

R = 30.19%
G = 26.89%
B = 42.92%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40395B (or 0x40395B) is known color: Jacarta. HEX triplet: 40, 39 and 5B. RGB value is (64,57,91). Sum of RGB (Red+Green+Blue) = 64+57+91=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #40395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40395B is #BFC6A4. Grayscale: #3E3E3E. Windows color (decimal): -12568229 or 5978432. OLE color: 5978432.

HSL color Cylindrical-coordinate representation of color #40395B: hue angle of 252.35º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #40395B is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 57 91 -
CMYK 0.30 0.37 0 0.64
HSL 252.35º 0.23% 0.29% -
HSV(B) 252.35º 0.37% 0.36% -
XYZ 5.47 4.77 10.53 -
YUV 62.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 64 57 91 0.30 0.37 0 0.64 252.35 0.23 0.29
Hex 40 39 5B 1E 25 0 40 FC 17 1D
Octal 100 71 133 36 45 0 100 374 27 35
Binary 1000000 111001 1011011 11110 100101 0 1000000 11111100 10111 11101

Color Harmonies of #40395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40395B

Black with #40395B

Text Example


Text Example

White with #40395B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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