Html Css Color HEX #403C59 Jacarta

📋 copy color: '#403C59'

red 64 ◦ green 60 ◦ blue 89

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

Shades of Jacarta #403C59

Tints of Jacarta #403C59

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.17%

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

R = 30.05%
G = 28.17%
B = 41.78%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#403C59 (or 0x403C59) is known color: Jacarta. HEX triplet: 40, 3C and 59. RGB value is (64,60,89). Sum of RGB (Red+Green+Blue) = 64+60+89=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #403C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403C59 is #BFC3A6. Grayscale: #404040. Windows color (decimal): -12567463 or 5848128. OLE color: 5848128.

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

Color convert

RGB 64 60 89 -
CMYK 0.28 0.33 0 0.65
HSL 248.28º 0.19% 0.29% -
HSV(B) 248.28º 0.33% 0.35% -
XYZ 5.53 5.04 10.13 -
YUV 64.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 64 60 89 0.28 0.33 0 0.65 248.28 0.19 0.29
Hex 40 3C 59 1C 21 0 41 F8 13 1D
Octal 100 74 131 34 41 0 101 370 23 35
Binary 1000000 111100 1011001 11100 100001 0 1000001 11111000 10011 11101

Color Harmonies of #403C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C59

Black with #403C59

Text Example


Text Example

White with #403C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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