Html Css Color HEX #40304A Jagger

📋 copy color: '#40304A'

red 64 ◦ green 48 ◦ blue 74

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

Shades of Jagger #40304A

Tints of Jagger #40304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.81%

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

R = 34.41%
G = 25.81%
B = 39.78%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40304A (or 0x40304A) is known color: Jagger. HEX triplet: 40, 30 and 4A. RGB value is (64,48,74). Sum of RGB (Red+Green+Blue) = 64+48+74=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 74 - color contains mainly: blue. Hex color #40304A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40304A is #BFCFB5. Grayscale: #373737. Windows color (decimal): -12570550 or 4862016. OLE color: 4862016.

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

Color convert

RGB 64 48 74 -
CMYK 0.14 0.35 0 0.71
HSL 276.92º 0.21% 0.24% -
HSV(B) 276.92º 0.35% 0.29% -
XYZ 4.41 3.7 6.96 -
YUV 55.75 138.3 133.89 -
System Red Green Blue C M Y K H S L
Decimal 64 48 74 0.14 0.35 0 0.71 276.92 0.21 0.24
Hex 40 30 4A E 23 0 47 115 15 18
Octal 100 60 112 16 43 0 107 425 25 30
Binary 1000000 110000 1001010 1110 100011 0 1000111 100010101 10101 11000

Color Harmonies of #40304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40304A

Black with #40304A

Text Example


Text Example

White with #40304A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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