Html Css Color HEX #403557 Jacarta

📋 copy color: '#403557'

red 64 ◦ green 53 ◦ blue 87

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

Shades of Jacarta #403557

Tints of Jacarta #403557

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.98%

 BLUE value IS 87 (34.38% from 255) = 42.65%

R = 31.37%
G = 25.98%
B = 42.65%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#403557 (or 0x403557) is known color: Jacarta. HEX triplet: 40, 35 and 57. RGB value is (64,53,87). Sum of RGB (Red+Green+Blue) = 64+53+87=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #403557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403557 is #BFCAA8. Grayscale: #3C3C3C. Windows color (decimal): -12569257 or 5715264. OLE color: 5715264.

HSL color Cylindrical-coordinate representation of color #403557: hue angle of 259.41º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #403557 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 53 87 -
CMYK 0.26 0.39 0 0.66
HSL 259.41º 0.24% 0.27% -
HSV(B) 259.41º 0.39% 0.34% -
XYZ 5.11 4.32 9.58 -
YUV 60.17 143.14 130.74 -
System Red Green Blue C M Y K H S L
Decimal 64 53 87 0.26 0.39 0 0.66 259.41 0.24 0.27
Hex 40 35 57 1A 27 0 42 103 18 1B
Octal 100 65 127 32 47 0 102 403 30 33
Binary 1000000 110101 1010111 11010 100111 0 1000010 100000011 11000 11011

Color Harmonies of #403557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403557

Black with #403557

Text Example


Text Example

White with #403557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403557; }

 p { color: rgb(64,53,87); }

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

background-color css

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

 a { background-color: rgb(64,53,87); }

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

border-color css

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

 span { border-color: rgb(64,53,87); }

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