Html Css Color HEX #403351 Jagger

📋 copy color: '#403351'

red 64 ◦ green 51 ◦ blue 81

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

Shades of Jagger #403351

Tints of Jagger #403351

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.02%

 BLUE value IS 81 (32.03% from 255) = 41.33%

R = 32.65%
G = 26.02%
B = 41.33%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#403351 (or 0x403351) is known color: Jagger. HEX triplet: 40, 33 and 51. RGB value is (64,51,81). Sum of RGB (Red+Green+Blue) = 64+51+81=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 81 - color contains mainly: blue. Hex color #403351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403351 is #BFCCAE. Grayscale: #3A3A3A. Windows color (decimal): -12569775 or 5321536. OLE color: 5321536.

HSL color Cylindrical-coordinate representation of color #403351: hue angle of 266º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #403351 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 51 81 -
CMYK 0.21 0.37 0 0.68
HSL 266º 0.23% 0.26% -
HSV(B) 266º 0.37% 0.32% -
XYZ 4.78 4.05 8.31 -
YUV 58.31 140.81 132.06 -
System Red Green Blue C M Y K H S L
Decimal 64 51 81 0.21 0.37 0 0.68 266 0.23 0.26
Hex 40 33 51 15 25 0 44 10A 17 1A
Octal 100 63 121 25 45 0 104 412 27 32
Binary 1000000 110011 1010001 10101 100101 0 1000100 100001010 10111 11010

Color Harmonies of #403351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403351

Black with #403351

Text Example


Text Example

White with #403351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403351; }

 p { color: rgb(64,51,81); }

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

background-color css

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

 a { background-color: rgb(64,51,81); }

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

border-color css

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

 span { border-color: rgb(64,51,81); }

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