Html Css Color HEX #40304F Jagger

📋 copy color: '#40304F'

red 64 ◦ green 48 ◦ blue 79

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

Shades of Jagger #40304F

Tints of Jagger #40304F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 41.36%

R = 33.51%
G = 25.13%
B = 41.36%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#40304F (or 0x40304F) is known color: Jagger. HEX triplet: 40, 30 and 4F. RGB value is (64,48,79). Sum of RGB (Red+Green+Blue) = 64+48+79=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #40304F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40304F is #BFCFB0. Grayscale: #383838. Windows color (decimal): -12570545 or 5189696. OLE color: 5189696.

HSL color Cylindrical-coordinate representation of color #40304F: hue angle of 270.97º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #40304F is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 48 79 -
CMYK 0.19 0.39 0 0.69
HSL 270.97º 0.24% 0.25% -
HSV(B) 270.97º 0.39% 0.31% -
XYZ 4.58 3.77 7.88 -
YUV 56.32 140.8 133.48 -
System Red Green Blue C M Y K H S L
Decimal 64 48 79 0.19 0.39 0 0.69 270.97 0.24 0.25
Hex 40 30 4F 13 27 0 45 10F 18 19
Octal 100 60 117 23 47 0 105 417 30 31
Binary 1000000 110000 1001111 10011 100111 0 1000101 100001111 11000 11001

Color Harmonies of #40304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40304F

Black with #40304F

Text Example


Text Example

White with #40304F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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