Html Css Color HEX #40355F Jacarta

📋 copy color: '#40355F'

red 64 ◦ green 53 ◦ blue 95

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

Shades of Jacarta #40355F

Tints of Jacarta #40355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25%

 BLUE value IS 95 (37.5% from 255) = 44.81%

R = 30.19%
G = 25%
B = 44.81%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40355F (or 0x40355F) is known color: Jacarta. HEX triplet: 40, 35 and 5F. RGB value is (64,53,95). Sum of RGB (Red+Green+Blue) = 64+53+95=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 95 - color contains mainly: blue. Hex color #40355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40355F is #BFCAA0. Grayscale: #3C3C3C. Windows color (decimal): -12569249 or 6239552. OLE color: 6239552.

HSL color Cylindrical-coordinate representation of color #40355F: hue angle of 255.71º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #40355F is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 53 95 -
CMYK 0.33 0.44 0 0.63
HSL 255.71º 0.28% 0.29% -
HSV(B) 255.71º 0.44% 0.37% -
XYZ 5.45 4.46 11.4 -
YUV 61.08 147.14 130.08 -
System Red Green Blue C M Y K H S L
Decimal 64 53 95 0.33 0.44 0 0.63 255.71 0.28 0.29
Hex 40 35 5F 21 2C 0 3F 100 1C 1D
Octal 100 65 137 41 54 0 77 400 34 35
Binary 1000000 110101 1011111 100001 101100 0 111111 100000000 11100 11101

Color Harmonies of #40355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40355F

Black with #40355F

Text Example


Text Example

White with #40355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40355F; }

 p { color: rgb(64,53,95); }

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

background-color css

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

 a { background-color: rgb(64,53,95); }

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

border-color css

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

 span { border-color: rgb(64,53,95); }

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