Html Css Color HEX #40325B Jacarta

📋 copy color: '#40325B'

red 64 ◦ green 50 ◦ blue 91

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

Shades of Jacarta #40325B

Tints of Jacarta #40325B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.39%

 BLUE value IS 91 (35.94% from 255) = 44.39%

R = 31.22%
G = 24.39%
B = 44.39%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40325B (or 0x40325B) is known color: Jacarta. HEX triplet: 40, 32 and 5B. RGB value is (64,50,91). Sum of RGB (Red+Green+Blue) = 64+50+91=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #40325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40325B is #BFCDA4. Grayscale: #3A3A3A. Windows color (decimal): -12570021 or 5976640. OLE color: 5976640.

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

Color convert

RGB 64 50 91 -
CMYK 0.30 0.45 0 0.64
HSL 260.49º 0.29% 0.28% -
HSV(B) 260.49º 0.45% 0.36% -
XYZ 5.14 4.13 10.42 -
YUV 58.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 64 50 91 0.30 0.45 0 0.64 260.49 0.29 0.28
Hex 40 32 5B 1E 2D 0 40 104 1D 1C
Octal 100 62 133 36 55 0 100 404 35 34
Binary 1000000 110010 1011011 11110 101101 0 1000000 100000100 11101 11100

Color Harmonies of #40325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40325B

Black with #40325B

Text Example


Text Example

White with #40325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40325B; }

 p { color: rgb(64,50,91); }

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

background-color css

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

 a { background-color: rgb(64,50,91); }

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

border-color css

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

 span { border-color: rgb(64,50,91); }

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