Html Css Color HEX #402456 Jagger

📋 copy color: '#402456'

red 64 ◦ green 36 ◦ blue 86

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

Shades of Jagger #402456

Tints of Jagger #402456

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.35%

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

R = 34.41%
G = 19.35%
B = 46.24%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#402456 (or 0x402456) is known color: Jagger. HEX triplet: 40, 24 and 56. RGB value is (64,36,86). Sum of RGB (Red+Green+Blue) = 64+36+86=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 86 - color contains mainly: blue. Hex color #402456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402456 is #BFDBA9. Grayscale: #313131. Windows color (decimal): -12573610 or 5645376. OLE color: 5645376.

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

Color convert

RGB 64 36 86 -
CMYK 0.26 0.58 0 0.66
HSL 273.6º 0.41% 0.24% -
HSV(B) 273.6º 0.58% 0.34% -
XYZ 4.42 3.02 9.15 -
YUV 50.07 148.28 137.93 -
System Red Green Blue C M Y K H S L
Decimal 64 36 86 0.26 0.58 0 0.66 273.6 0.41 0.24
Hex 40 24 56 1A 3A 0 42 112 29 18
Octal 100 44 126 32 72 0 102 422 51 30
Binary 1000000 100100 1010110 11010 111010 0 1000010 100010010 101001 11000

Color Harmonies of #402456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402456

Black with #402456

Text Example


Text Example

White with #402456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402456; }

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

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

background-color css

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

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

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

border-color css

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

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

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