Html Css Color HEX #403162 Jacarta

📋 copy color: '#403162'

red 64 ◦ green 49 ◦ blue 98

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

Shades of Jacarta #403162

Tints of Jacarta #403162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.45%

R = 30.33%
G = 23.22%
B = 46.45%

CMYK

 C value IS 0.35

 M value IS 0.5

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#403162 (or 0x403162) is known color: Jacarta. HEX triplet: 40, 31 and 62. RGB value is (64,49,98). Sum of RGB (Red+Green+Blue) = 64+49+98=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #403162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403162 is #BFCE9D. Grayscale: #3A3A3A. Windows color (decimal): -12570270 or 6435136. OLE color: 6435136.

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

Color convert

RGB 64 49 98 -
CMYK 0.35 0.5 0 0.62
HSL 258.37º 0.33% 0.29% -
HSV(B) 258.37º 0.5% 0.38% -
XYZ 5.42 4.17 12.07 -
YUV 59.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 64 49 98 0.35 0.5 0 0.62 258.37 0.33 0.29
Hex 40 31 62 23 32 0 3E 102 21 1D
Octal 100 61 142 43 62 0 76 402 41 35
Binary 1000000 110001 1100010 100011 110010 0 111110 100000010 100001 11101

Color Harmonies of #403162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403162

Black with #403162

Text Example


Text Example

White with #403162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403162; }

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

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

background-color css

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

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

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

border-color css

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

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

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