Html Css Color HEX #402857 Jagger

📋 copy color: '#402857'

red 64 ◦ green 40 ◦ blue 87

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

Shades of Jagger #402857

Tints of Jagger #402857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 45.55%

R = 33.51%
G = 20.94%
B = 45.55%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#402857 (or 0x402857) is known color: Jagger. HEX triplet: 40, 28 and 57. RGB value is (64,40,87). Sum of RGB (Red+Green+Blue) = 64+40+87=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #402857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402857 is #BFD7A8. Grayscale: #343434. Windows color (decimal): -12572585 or 5711936. OLE color: 5711936.

HSL color Cylindrical-coordinate representation of color #402857: hue angle of 270.64º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #402857 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 40 87 -
CMYK 0.26 0.54 0 0.66
HSL 270.64º 0.37% 0.25% -
HSV(B) 270.64º 0.54% 0.34% -
XYZ 4.59 3.3 9.41 -
YUV 52.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 64 40 87 0.26 0.54 0 0.66 270.64 0.37 0.25
Hex 40 28 57 1A 36 0 42 10F 25 19
Octal 100 50 127 32 66 0 102 417 45 31
Binary 1000000 101000 1010111 11010 110110 0 1000010 100001111 100101 11001

Color Harmonies of #402857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402857

Black with #402857

Text Example


Text Example

White with #402857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402857; }

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

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

background-color css

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

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

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

border-color css

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

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

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