Html Css Color HEX #403450 Jagger

📋 copy color: '#403450'

red 64 ◦ green 52 ◦ blue 80

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

Shades of Jagger #403450

Tints of Jagger #403450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.53%

 BLUE value IS 80 (31.64% from 255) = 40.82%

R = 32.65%
G = 26.53%
B = 40.82%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#403450 (or 0x403450) is known color: Jagger. HEX triplet: 40, 34 and 50. RGB value is (64,52,80). Sum of RGB (Red+Green+Blue) = 64+52+80=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #403450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403450 is #BFCBAF. Grayscale: #3A3A3A. Windows color (decimal): -12569520 or 5256256. OLE color: 5256256.

HSL color Cylindrical-coordinate representation of color #403450: hue angle of 265.71º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #403450 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 52 80 -
CMYK 0.20 0.35 0 0.69
HSL 265.71º 0.21% 0.26% -
HSV(B) 265.71º 0.35% 0.31% -
XYZ 4.79 4.13 8.13 -
YUV 58.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 64 52 80 0.20 0.35 0 0.69 265.71 0.21 0.26
Hex 40 34 50 14 23 0 45 10A 15 1A
Octal 100 64 120 24 43 0 105 412 25 32
Binary 1000000 110100 1010000 10100 100011 0 1000101 100001010 10101 11010

Color Harmonies of #403450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403450

Black with #403450

Text Example


Text Example

White with #403450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403450; }

 p { color: rgb(64,52,80); }

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

background-color css

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

 a { background-color: rgb(64,52,80); }

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

border-color css

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

 span { border-color: rgb(64,52,80); }

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