Html Css Color HEX #402759 Jagger

📋 copy color: '#402759'

red 64 ◦ green 39 ◦ blue 89

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

Shades of Jagger #402759

Tints of Jagger #402759

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.31%

 BLUE value IS 89 (35.16% from 255) = 46.35%

R = 33.33%
G = 20.31%
B = 46.35%

CMYK

 C value IS 0.28

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#402759 (or 0x402759) is known color: Jagger. HEX triplet: 40, 27 and 59. RGB value is (64,39,89). Sum of RGB (Red+Green+Blue) = 64+39+89=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #402759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402759 is #BFD8A6. Grayscale: #333333. Windows color (decimal): -12572839 or 5842752. OLE color: 5842752.

HSL color Cylindrical-coordinate representation of color #402759: hue angle of 270º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #402759 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 39 89 -
CMYK 0.28 0.56 0 0.65
HSL 270º 0.39% 0.25% -
HSV(B) 270º 0.56% 0.35% -
XYZ 4.64 3.26 9.84 -
YUV 52.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 64 39 89 0.28 0.56 0 0.65 270 0.39 0.25
Hex 40 27 59 1C 38 0 41 10E 27 19
Octal 100 47 131 34 70 0 101 416 47 31
Binary 1000000 100111 1011001 11100 111000 0 1000001 100001110 100111 11001

Color Harmonies of #402759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402759

Black with #402759

Text Example


Text Example

White with #402759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402759; }

 p { color: rgb(64,39,89); }

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

background-color css

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

 a { background-color: rgb(64,39,89); }

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

border-color css

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

 span { border-color: rgb(64,39,89); }

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