Html Css Color HEX #402E59 Jacarta

📋 copy color: '#402E59'

red 64 ◦ green 46 ◦ blue 89

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

Shades of Jacarta #402E59

Tints of Jacarta #402E59

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.12%

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

R = 32.16%
G = 23.12%
B = 44.72%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#402E59 (or 0x402E59) is known color: Jacarta. HEX triplet: 40, 2E and 59. RGB value is (64,46,89). Sum of RGB (Red+Green+Blue) = 64+46+89=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #402E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402E59 is #BFD1A6. Grayscale: #383838. Windows color (decimal): -12571047 or 5844544. OLE color: 5844544.

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

Color convert

RGB 64 46 89 -
CMYK 0.28 0.48 0 0.65
HSL 265.12º 0.32% 0.26% -
HSV(B) 265.12º 0.48% 0.35% -
XYZ 4.89 3.77 9.92 -
YUV 56.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 64 46 89 0.28 0.48 0 0.65 265.12 0.32 0.26
Hex 40 2E 59 1C 30 0 41 109 20 1A
Octal 100 56 131 34 60 0 101 411 40 32
Binary 1000000 101110 1011001 11100 110000 0 1000001 100001001 100000 11010

Color Harmonies of #402E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402E59

Black with #402E59

Text Example


Text Example

White with #402E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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