Html Css Color HEX #403556 Jacarta

📋 copy color: '#403556'

red 64 ◦ green 53 ◦ blue 86

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

Shades of Jacarta #403556

Tints of Jacarta #403556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 42.36%

R = 31.53%
G = 26.11%
B = 42.36%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#403556 (or 0x403556) is known color: Jacarta. HEX triplet: 40, 35 and 56. RGB value is (64,53,86). Sum of RGB (Red+Green+Blue) = 64+53+86=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 86 - color contains mainly: blue. Hex color #403556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403556 is #BFCAA9. Grayscale: #3B3B3B. Windows color (decimal): -12569258 or 5649728. OLE color: 5649728.

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

Color convert

RGB 64 53 86 -
CMYK 0.26 0.38 0 0.66
HSL 260º 0.24% 0.27% -
HSV(B) 260º 0.38% 0.34% -
XYZ 5.07 4.31 9.37 -
YUV 60.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 64 53 86 0.26 0.38 0 0.66 260 0.24 0.27
Hex 40 35 56 1A 26 0 42 104 18 1B
Octal 100 65 126 32 46 0 102 404 30 33
Binary 1000000 110101 1010110 11010 100110 0 1000010 100000100 11000 11011

Color Harmonies of #403556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403556

Black with #403556

Text Example


Text Example

White with #403556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403556; }

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

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

background-color css

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

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

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

border-color css

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

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

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