Html Css Color HEX #40395D Jacarta

📋 copy color: '#40395D'

red 64 ◦ green 57 ◦ blue 93

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

Shades of Jacarta #40395D

Tints of Jacarta #40395D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 43.46%

R = 29.91%
G = 26.64%
B = 43.46%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40395D (or 0x40395D) is known color: Jacarta. HEX triplet: 40, 39 and 5D. RGB value is (64,57,93). Sum of RGB (Red+Green+Blue) = 64+57+93=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 93 - color contains mainly: blue. Hex color #40395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40395D is #BFC6A2. Grayscale: #3F3F3F. Windows color (decimal): -12568227 or 6109504. OLE color: 6109504.

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

Color convert

RGB 64 57 93 -
CMYK 0.31 0.39 0 0.64
HSL 251.67º 0.24% 0.29% -
HSV(B) 251.67º 0.39% 0.36% -
XYZ 5.55 4.81 10.99 -
YUV 63.2 144.82 128.57 -
System Red Green Blue C M Y K H S L
Decimal 64 57 93 0.31 0.39 0 0.64 251.67 0.24 0.29
Hex 40 39 5D 1F 27 0 40 FC 18 1D
Octal 100 71 135 37 47 0 100 374 30 35
Binary 1000000 111001 1011101 11111 100111 0 1000000 11111100 11000 11101

Color Harmonies of #40395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40395D

Black with #40395D

Text Example


Text Example

White with #40395D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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