Html Css Color HEX #40315C Jacarta

📋 copy color: '#40315C'

red 64 ◦ green 49 ◦ blue 92

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

Shades of Jacarta #40315C

Tints of Jacarta #40315C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.88%

R = 31.22%
G = 23.9%
B = 44.88%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40315C (or 0x40315C) is known color: Jacarta. HEX triplet: 40, 31 and 5C. RGB value is (64,49,92). Sum of RGB (Red+Green+Blue) = 64+49+92=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #40315C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40315C is #BFCEA3. Grayscale: #3A3A3A. Windows color (decimal): -12570276 or 6041920. OLE color: 6041920.

HSL color Cylindrical-coordinate representation of color #40315C: hue angle of 260.93º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40315C is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 64 49 92 -
CMYK 0.30 0.47 0 0.64
HSL 260.93º 0.3% 0.28% -
HSV(B) 260.93º 0.47% 0.36% -
XYZ 5.14 4.06 10.64 -
YUV 58.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 64 49 92 0.30 0.47 0 0.64 260.93 0.3 0.28
Hex 40 31 5C 1E 2F 0 40 105 1E 1C
Octal 100 61 134 36 57 0 100 405 36 34
Binary 1000000 110001 1011100 11110 101111 0 1000000 100000101 11110 11100

Color Harmonies of #40315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40315C

Black with #40315C

Text Example


Text Example

White with #40315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40315C; }

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

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

background-color css

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

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

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

border-color css

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

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

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