Html Css Color HEX #40375A Jacarta

📋 copy color: '#40375A'

red 64 ◦ green 55 ◦ blue 90

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

Shades of Jacarta #40375A

Tints of Jacarta #40375A

RGB

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

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

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

R = 30.62%
G = 26.32%
B = 43.06%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#40375A (or 0x40375A) is known color: Jacarta. HEX triplet: 40, 37 and 5A. RGB value is (64,55,90). Sum of RGB (Red+Green+Blue) = 64+55+90=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 90 - color contains mainly: blue. Hex color #40375A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40375A is #BFC8A5. Grayscale: #3D3D3D. Windows color (decimal): -12568742 or 5912384. OLE color: 5912384.

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

Color convert

RGB 64 55 90 -
CMYK 0.29 0.39 0 0.65
HSL 255.43º 0.24% 0.28% -
HSV(B) 255.43º 0.39% 0.35% -
XYZ 5.33 4.56 10.27 -
YUV 61.68 143.98 129.65 -
System Red Green Blue C M Y K H S L
Decimal 64 55 90 0.29 0.39 0 0.65 255.43 0.24 0.28
Hex 40 37 5A 1D 27 0 41 FF 18 1C
Octal 100 67 132 35 47 0 101 377 30 34
Binary 1000000 110111 1011010 11101 100111 0 1000001 11111111 11000 11100

Color Harmonies of #40375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40375A

Black with #40375A

Text Example


Text Example

White with #40375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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