Html Css Color HEX #403352 Jagger

📋 copy color: '#403352'

red 64 ◦ green 51 ◦ blue 82

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

Shades of Jagger #403352

Tints of Jagger #403352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 41.62%

R = 32.49%
G = 25.89%
B = 41.62%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#403352 (or 0x403352) is known color: Jagger. HEX triplet: 40, 33 and 52. RGB value is (64,51,82). Sum of RGB (Red+Green+Blue) = 64+51+82=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 82 - color contains mainly: blue. Hex color #403352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403352 is #BFCCAD. Grayscale: #3A3A3A. Windows color (decimal): -12569774 or 5387072. OLE color: 5387072.

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

Color convert

RGB 64 51 82 -
CMYK 0.22 0.38 0 0.68
HSL 265.16º 0.23% 0.26% -
HSV(B) 265.16º 0.38% 0.32% -
XYZ 4.82 4.07 8.51 -
YUV 58.42 141.31 131.98 -
System Red Green Blue C M Y K H S L
Decimal 64 51 82 0.22 0.38 0 0.68 265.16 0.23 0.26
Hex 40 33 52 16 26 0 44 109 17 1A
Octal 100 63 122 26 46 0 104 411 27 32
Binary 1000000 110011 1010010 10110 100110 0 1000100 100001001 10111 11010

Color Harmonies of #403352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403352

Black with #403352

Text Example


Text Example

White with #403352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403352; }

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

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

background-color css

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

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

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

border-color css

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

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

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