Html Css Color HEX #402659 Jagger

📋 copy color: '#402659'

red 64 ◦ green 38 ◦ blue 89

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

Shades of Jagger #402659

Tints of Jagger #402659

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.9%

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

R = 33.51%
G = 19.9%
B = 46.6%

CMYK

 C value IS 0.28

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#402659 (or 0x402659) is known color: Jagger. HEX triplet: 40, 26 and 59. RGB value is (64,38,89). Sum of RGB (Red+Green+Blue) = 64+38+89=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #402659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402659 is #BFD9A6. Grayscale: #333333. Windows color (decimal): -12573095 or 5842496. OLE color: 5842496.

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

Color convert

RGB 64 38 89 -
CMYK 0.28 0.57 0 0.65
HSL 270.59º 0.4% 0.25% -
HSV(B) 270.59º 0.57% 0.35% -
XYZ 4.61 3.2 9.83 -
YUV 51.59 149.11 136.85 -
System Red Green Blue C M Y K H S L
Decimal 64 38 89 0.28 0.57 0 0.65 270.59 0.4 0.25
Hex 40 26 59 1C 39 0 41 10F 28 19
Octal 100 46 131 34 71 0 101 417 50 31
Binary 1000000 100110 1011001 11100 111001 0 1000001 100001111 101000 11001

Color Harmonies of #402659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402659

Black with #402659

Text Example


Text Example

White with #402659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402659; }

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

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

background-color css

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

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

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

border-color css

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

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

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