Html Css Color HEX #403160 Jacarta

📋 copy color: '#403160'

red 64 ◦ green 49 ◦ blue 96

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

Shades of Jacarta #403160

Tints of Jacarta #403160

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.44%

 BLUE value IS 96 (37.89% from 255) = 45.93%

R = 30.62%
G = 23.44%
B = 45.93%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#403160 (or 0x403160) is known color: Jacarta. HEX triplet: 40, 31 and 60. RGB value is (64,49,96). Sum of RGB (Red+Green+Blue) = 64+49+96=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #403160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403160 is #BFCE9F. Grayscale: #3A3A3A. Windows color (decimal): -12570272 or 6304064. OLE color: 6304064.

HSL color Cylindrical-coordinate representation of color #403160: hue angle of 259.15º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #403160 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 49 96 -
CMYK 0.33 0.49 0 0.62
HSL 259.15º 0.32% 0.28% -
HSV(B) 259.15º 0.49% 0.38% -
XYZ 5.32 4.13 11.58 -
YUV 58.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 64 49 96 0.33 0.49 0 0.62 259.15 0.32 0.28
Hex 40 31 60 21 31 0 3E 103 20 1C
Octal 100 61 140 41 61 0 76 403 40 34
Binary 1000000 110001 1100000 100001 110001 0 111110 100000011 100000 11100

Color Harmonies of #403160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403160

Black with #403160

Text Example


Text Example

White with #403160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403160; }

 p { color: rgb(64,49,96); }

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

background-color css

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

 a { background-color: rgb(64,49,96); }

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

border-color css

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

 span { border-color: rgb(64,49,96); }

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