Html Css Color HEX #40395A Jacarta

📋 copy color: '#40395A'

red 64 ◦ green 57 ◦ blue 90

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

Shades of Jacarta #40395A

Tints of Jacarta #40395A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 42.65%

R = 30.33%
G = 27.01%
B = 42.65%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#40395A (or 0x40395A) is known color: Jacarta. HEX triplet: 40, 39 and 5A. RGB value is (64,57,90). Sum of RGB (Red+Green+Blue) = 64+57+90=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #40395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40395A is #BFC6A5. Grayscale: #3E3E3E. Windows color (decimal): -12568230 or 5912896. OLE color: 5912896.

HSL color Cylindrical-coordinate representation of color #40395A: hue angle of 252.73º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #40395A is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 57 90 -
CMYK 0.29 0.37 0 0.65
HSL 252.73º 0.22% 0.29% -
HSV(B) 252.73º 0.37% 0.35% -
XYZ 5.42 4.75 10.3 -
YUV 62.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 64 57 90 0.29 0.37 0 0.65 252.73 0.22 0.29
Hex 40 39 5A 1D 25 0 41 FD 16 1D
Octal 100 71 132 35 45 0 101 375 26 35
Binary 1000000 111001 1011010 11101 100101 0 1000001 11111101 10110 11101

Color Harmonies of #40395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40395A

Black with #40395A

Text Example


Text Example

White with #40395A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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