Html Css Color HEX #403359 Jacarta

📋 copy color: '#403359'

red 64 ◦ green 51 ◦ blue 89

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

Shades of Jacarta #403359

Tints of Jacarta #403359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25%

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

R = 31.37%
G = 25%
B = 43.63%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#403359 (or 0x403359) is known color: Jacarta. HEX triplet: 40, 33 and 59. RGB value is (64,51,89). Sum of RGB (Red+Green+Blue) = 64+51+89=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #403359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403359 is #BFCCA6. Grayscale: #3B3B3B. Windows color (decimal): -12569767 or 5845824. OLE color: 5845824.

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

Color convert

RGB 64 51 89 -
CMYK 0.28 0.43 0 0.65
HSL 260.53º 0.27% 0.27% -
HSV(B) 260.53º 0.43% 0.35% -
XYZ 5.1 4.18 9.99 -
YUV 59.22 144.81 131.41 -
System Red Green Blue C M Y K H S L
Decimal 64 51 89 0.28 0.43 0 0.65 260.53 0.27 0.27
Hex 40 33 59 1C 2B 0 41 105 1B 1B
Octal 100 63 131 34 53 0 101 405 33 33
Binary 1000000 110011 1011001 11100 101011 0 1000001 100000101 11011 11011

Color Harmonies of #403359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403359

Black with #403359

Text Example


Text Example

White with #403359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403359; }

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

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

background-color css

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

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

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

border-color css

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

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

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