Html Css Color HEX #402851 Jagger

📋 copy color: '#402851'

red 64 ◦ green 40 ◦ blue 81

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

Shades of Jagger #402851

Tints of Jagger #402851

RGB

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

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

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

R = 34.59%
G = 21.62%
B = 43.78%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#402851 (or 0x402851) is known color: Jagger. HEX triplet: 40, 28 and 51. RGB value is (64,40,81). Sum of RGB (Red+Green+Blue) = 64+40+81=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 81 (32.03% from 255 or 43.78% from 185); Max value from RGB is 81 - color contains mainly: blue. Hex color #402851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402851 is #BFD7AE. Grayscale: #333333. Windows color (decimal): -12572591 or 5318720. OLE color: 5318720.

HSL color Cylindrical-coordinate representation of color #402851: hue angle of 275.12º 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 #402851 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 40 81 -
CMYK 0.21 0.51 0 0.68
HSL 275.12º 0.34% 0.24% -
HSV(B) 275.12º 0.51% 0.32% -
XYZ 4.36 3.2 8.17 -
YUV 51.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 64 40 81 0.21 0.51 0 0.68 275.12 0.34 0.24
Hex 40 28 51 15 33 0 44 113 22 18
Octal 100 50 121 25 63 0 104 423 42 30
Binary 1000000 101000 1010001 10101 110011 0 1000100 100010011 100010 11000

Color Harmonies of #402851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402851

Black with #402851

Text Example


Text Example

White with #402851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402851; }

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

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

background-color css

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

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

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

border-color css

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

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

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