Html Css Color HEX #40284C Jagger

📋 copy color: '#40284C'

red 64 ◦ green 40 ◦ blue 76

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

Shades of Jagger #40284C

Tints of Jagger #40284C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.22%

 BLUE value IS 76 (30.08% from 255) = 42.22%

R = 35.56%
G = 22.22%
B = 42.22%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40284C (or 0x40284C) is known color: Jagger. HEX triplet: 40, 28 and 4C. RGB value is (64,40,76). Sum of RGB (Red+Green+Blue) = 64+40+76=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 76 - color contains mainly: blue. Hex color #40284C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40284C is #BFD7B3. Grayscale: #333333. Windows color (decimal): -12572596 or 4991040. OLE color: 4991040.

HSL color Cylindrical-coordinate representation of color #40284C: hue angle of 280º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40284C is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 40 76 -
CMYK 0.16 0.47 0 0.70
HSL 280º 0.31% 0.23% -
HSV(B) 280º 0.47% 0.3% -
XYZ 4.18 3.13 7.22 -
YUV 51.28 141.95 137.07 -
System Red Green Blue C M Y K H S L
Decimal 64 40 76 0.16 0.47 0 0.70 280 0.31 0.23
Hex 40 28 4C 10 2F 0 46 118 1F 17
Octal 100 50 114 20 57 0 106 430 37 27
Binary 1000000 101000 1001100 10000 101111 0 1000110 100011000 11111 10111

Color Harmonies of #40284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40284C

Black with #40284C

Text Example


Text Example

White with #40284C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,40,76); }

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

background-color css

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

 a { background-color: rgb(64,40,76); }

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

border-color css

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

 span { border-color: rgb(64,40,76); }

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