Html Css Color HEX #403059 Jacarta

📋 copy color: '#403059'

red 64 ◦ green 48 ◦ blue 89

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

Shades of Jacarta #403059

Tints of Jacarta #403059

RGB

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

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

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

R = 31.84%
G = 23.88%
B = 44.28%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#403059 (or 0x403059) is known color: Jacarta. HEX triplet: 40, 30 and 59. RGB value is (64,48,89). Sum of RGB (Red+Green+Blue) = 64+48+89=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #403059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403059 is #BFCFA6. Grayscale: #393939. Windows color (decimal): -12570535 or 5845056. OLE color: 5845056.

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

Color convert

RGB 64 48 89 -
CMYK 0.28 0.46 0 0.65
HSL 263.41º 0.3% 0.27% -
HSV(B) 263.41º 0.46% 0.35% -
XYZ 4.97 3.93 9.95 -
YUV 57.46 145.8 132.67 -
System Red Green Blue C M Y K H S L
Decimal 64 48 89 0.28 0.46 0 0.65 263.41 0.3 0.27
Hex 40 30 59 1C 2E 0 41 107 1E 1B
Octal 100 60 131 34 56 0 101 407 36 33
Binary 1000000 110000 1011001 11100 101110 0 1000001 100000111 11110 11011

Color Harmonies of #403059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403059

Black with #403059

Text Example


Text Example

White with #403059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403059; }

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

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

background-color css

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

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

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

border-color css

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

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

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