Html Css Color HEX #40315A Jacarta

📋 copy color: '#40315A'

red 64 ◦ green 49 ◦ blue 90

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

Shades of Jacarta #40315A

Tints of Jacarta #40315A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 44.33%

R = 31.53%
G = 24.14%
B = 44.33%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#40315A (or 0x40315A) is known color: Jacarta. HEX triplet: 40, 31 and 5A. RGB value is (64,49,90). Sum of RGB (Red+Green+Blue) = 64+49+90=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 90 - color contains mainly: blue. Hex color #40315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40315A is #BFCEA5. Grayscale: #3A3A3A. Windows color (decimal): -12570278 or 5910848. OLE color: 5910848.

HSL color Cylindrical-coordinate representation of color #40315A: hue angle of 261.95º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #40315A is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 49 90 -
CMYK 0.29 0.46 0 0.65
HSL 261.95º 0.29% 0.27% -
HSV(B) 261.95º 0.46% 0.35% -
XYZ 5.06 4.02 10.18 -
YUV 58.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 64 49 90 0.29 0.46 0 0.65 261.95 0.29 0.27
Hex 40 31 5A 1D 2E 0 41 106 1D 1B
Octal 100 61 132 35 56 0 101 406 35 33
Binary 1000000 110001 1011010 11101 101110 0 1000001 100000110 11101 11011

Color Harmonies of #40315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40315A

Black with #40315A

Text Example


Text Example

White with #40315A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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