Html Css Color HEX #403057 Jacarta

📋 copy color: '#403057'

red 64 ◦ green 48 ◦ blue 87

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

Shades of Jacarta #403057

Tints of Jacarta #403057

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.12%

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

R = 32.16%
G = 24.12%
B = 43.72%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#403057 (or 0x403057) is known color: Jacarta. HEX triplet: 40, 30 and 57. RGB value is (64,48,87). Sum of RGB (Red+Green+Blue) = 64+48+87=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 87 - color contains mainly: blue. Hex color #403057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403057 is #BFCFA8. Grayscale: #393939. Windows color (decimal): -12570537 or 5713984. OLE color: 5713984.

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

Color convert

RGB 64 48 87 -
CMYK 0.26 0.45 0 0.66
HSL 264.62º 0.29% 0.26% -
HSV(B) 264.62º 0.45% 0.34% -
XYZ 4.89 3.89 9.51 -
YUV 57.23 144.8 132.83 -
System Red Green Blue C M Y K H S L
Decimal 64 48 87 0.26 0.45 0 0.66 264.62 0.29 0.26
Hex 40 30 57 1A 2D 0 42 109 1D 1A
Octal 100 60 127 32 55 0 102 411 35 32
Binary 1000000 110000 1010111 11010 101101 0 1000010 100001001 11101 11010

Color Harmonies of #403057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403057

Black with #403057

Text Example


Text Example

White with #403057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403057; }

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

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

background-color css

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

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

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

border-color css

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

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

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