Html Css Color HEX #403859 Jacarta

📋 copy color: '#403859'

red 64 ◦ green 56 ◦ blue 89

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

Shades of Jacarta #403859

Tints of Jacarta #403859

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.79%

 BLUE value IS 89 (35.16% from 255) = 42.58%

R = 30.62%
G = 26.79%
B = 42.58%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#403859 (or 0x403859) is known color: Jacarta. HEX triplet: 40, 38 and 59. RGB value is (64,56,89). Sum of RGB (Red+Green+Blue) = 64+56+89=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #403859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403859 is #BFC7A6. Grayscale: #3E3E3E. Windows color (decimal): -12568487 or 5847104. OLE color: 5847104.

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

Color convert

RGB 64 56 89 -
CMYK 0.28 0.37 0 0.65
HSL 254.55º 0.23% 0.28% -
HSV(B) 254.55º 0.37% 0.35% -
XYZ 5.33 4.64 10.07 -
YUV 62.15 143.15 129.32 -
System Red Green Blue C M Y K H S L
Decimal 64 56 89 0.28 0.37 0 0.65 254.55 0.23 0.28
Hex 40 38 59 1C 25 0 41 FF 17 1C
Octal 100 70 131 34 45 0 101 377 27 34
Binary 1000000 111000 1011001 11100 100101 0 1000001 11111111 10111 11100

Color Harmonies of #403859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403859

Black with #403859

Text Example


Text Example

White with #403859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403859; }

 p { color: rgb(64,56,89); }

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

background-color css

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

 a { background-color: rgb(64,56,89); }

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

border-color css

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

 span { border-color: rgb(64,56,89); }

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