Html Css Color HEX #402C56 Jagger

📋 copy color: '#402C56'

red 64 ◦ green 44 ◦ blue 86

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

Shades of Jagger #402C56

Tints of Jagger #402C56

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.68%

 BLUE value IS 86 (33.98% from 255) = 44.33%

R = 32.99%
G = 22.68%
B = 44.33%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#402C56 (or 0x402C56) is known color: Jagger. HEX triplet: 40, 2C and 56. RGB value is (64,44,86). Sum of RGB (Red+Green+Blue) = 64+44+86=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #402C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402C56 is #BFD3A9. Grayscale: #363636. Windows color (decimal): -12571562 or 5647424. OLE color: 5647424.

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

Color convert

RGB 64 44 86 -
CMYK 0.26 0.49 0 0.66
HSL 268.57º 0.32% 0.25% -
HSV(B) 268.57º 0.49% 0.34% -
XYZ 4.69 3.56 9.24 -
YUV 54.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 64 44 86 0.26 0.49 0 0.66 268.57 0.32 0.25
Hex 40 2C 56 1A 31 0 42 10D 20 19
Octal 100 54 126 32 61 0 102 415 40 31
Binary 1000000 101100 1010110 11010 110001 0 1000010 100001101 100000 11001

Color Harmonies of #402C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402C56

Black with #402C56

Text Example


Text Example

White with #402C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402C56; }

 p { color: rgb(64,44,86); }

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

background-color css

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

 a { background-color: rgb(64,44,86); }

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

border-color css

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

 span { border-color: rgb(64,44,86); }

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