Html Css Color HEX #402852 Jagger

📋 copy color: '#402852'

red 64 ◦ green 40 ◦ blue 82

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

Shades of Jagger #402852

Tints of Jagger #402852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.51%

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

R = 34.41%
G = 21.51%
B = 44.09%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#402852 (or 0x402852) is known color: Jagger. HEX triplet: 40, 28 and 52. RGB value is (64,40,82). Sum of RGB (Red+Green+Blue) = 64+40+82=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 82 - color contains mainly: blue. Hex color #402852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402852 is #BFD7AD. Grayscale: #333333. Windows color (decimal): -12572590 or 5384256. OLE color: 5384256.

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

Color convert

RGB 64 40 82 -
CMYK 0.22 0.51 0 0.68
HSL 274.29º 0.34% 0.24% -
HSV(B) 274.29º 0.51% 0.32% -
XYZ 4.4 3.22 8.37 -
YUV 51.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 64 40 82 0.22 0.51 0 0.68 274.29 0.34 0.24
Hex 40 28 52 16 33 0 44 112 22 18
Octal 100 50 122 26 63 0 104 422 42 30
Binary 1000000 101000 1010010 10110 110011 0 1000100 100010010 100010 11000

Color Harmonies of #402852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402852

Black with #402852

Text Example


Text Example

White with #402852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402852; }

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

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

background-color css

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

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

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

border-color css

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

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

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