Html Css Color HEX #40324B Jagger

📋 copy color: '#40324B'

red 64 ◦ green 50 ◦ blue 75

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

Shades of Jagger #40324B

Tints of Jagger #40324B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.68%

R = 33.86%
G = 26.46%
B = 39.68%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40324B (or 0x40324B) is known color: Jagger. HEX triplet: 40, 32 and 4B. RGB value is (64,50,75). Sum of RGB (Red+Green+Blue) = 64+50+75=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 75 - color contains mainly: blue. Hex color #40324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40324B is #BFCDB4. Grayscale: #383838. Windows color (decimal): -12570037 or 4928064. OLE color: 4928064.

HSL color Cylindrical-coordinate representation of color #40324B: hue angle of 273.6º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40324B is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 50 75 -
CMYK 0.15 0.33 0 0.71
HSL 273.6º 0.2% 0.25% -
HSV(B) 273.6º 0.33% 0.29% -
XYZ 4.52 3.88 7.17 -
YUV 57.04 138.14 132.97 -
System Red Green Blue C M Y K H S L
Decimal 64 50 75 0.15 0.33 0 0.71 273.6 0.2 0.25
Hex 40 32 4B F 21 0 47 112 14 19
Octal 100 62 113 17 41 0 107 422 24 31
Binary 1000000 110010 1001011 1111 100001 0 1000111 100010010 10100 11001

Color Harmonies of #40324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40324B

Black with #40324B

Text Example


Text Example

White with #40324B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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