Html Css Color HEX #40284A Jagger

📋 copy color: '#40284A'

red 64 ◦ green 40 ◦ blue 74

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

Shades of Jagger #40284A

Tints of Jagger #40284A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 41.57%

R = 35.96%
G = 22.47%
B = 41.57%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40284A (or 0x40284A) is known color: Jagger. HEX triplet: 40, 28 and 4A. RGB value is (64,40,74). Sum of RGB (Red+Green+Blue) = 64+40+74=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 74 - color contains mainly: blue. Hex color #40284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40284A is #BFD7B5. Grayscale: #323232. Windows color (decimal): -12572598 or 4859968. OLE color: 4859968.

HSL color Cylindrical-coordinate representation of color #40284A: hue angle of 282.35º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #40284A is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 40 74 -
CMYK 0.14 0.46 0 0.71
HSL 282.35º 0.3% 0.22% -
HSV(B) 282.35º 0.46% 0.29% -
XYZ 4.11 3.1 6.86 -
YUV 51.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 64 40 74 0.14 0.46 0 0.71 282.35 0.3 0.22
Hex 40 28 4A E 2E 0 47 11A 1E 16
Octal 100 50 112 16 56 0 107 432 36 26
Binary 1000000 101000 1001010 1110 101110 0 1000111 100011010 11110 10110

Color Harmonies of #40284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40284A

Black with #40284A

Text Example


Text Example

White with #40284A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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