Html Css Color HEX #403761 Jacarta

📋 copy color: '#403761'

red 64 ◦ green 55 ◦ blue 97

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

Shades of Jacarta #403761

Tints of Jacarta #403761

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.46%

 BLUE value IS 97 (38.28% from 255) = 44.91%

R = 29.63%
G = 25.46%
B = 44.91%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#403761 (or 0x403761) is known color: Jacarta. HEX triplet: 40, 37 and 61. RGB value is (64,55,97). Sum of RGB (Red+Green+Blue) = 64+55+97=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #403761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403761 is #BFC89E. Grayscale: #3E3E3E. Windows color (decimal): -12568735 or 6371136. OLE color: 6371136.

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

Color convert

RGB 64 55 97 -
CMYK 0.34 0.43 0 0.62
HSL 252.86º 0.28% 0.3% -
HSV(B) 252.86º 0.43% 0.38% -
XYZ 5.64 4.69 11.92 -
YUV 62.48 147.48 129.08 -
System Red Green Blue C M Y K H S L
Decimal 64 55 97 0.34 0.43 0 0.62 252.86 0.28 0.3
Hex 40 37 61 22 2B 0 3E FD 1C 1E
Octal 100 67 141 42 53 0 76 375 34 36
Binary 1000000 110111 1100001 100010 101011 0 111110 11111101 11100 11110

Color Harmonies of #403761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403761

Black with #403761

Text Example


Text Example

White with #403761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403761; }

 p { color: rgb(64,55,97); }

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

background-color css

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

 a { background-color: rgb(64,55,97); }

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

border-color css

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

 span { border-color: rgb(64,55,97); }

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