Html Css Color HEX #402259 Jagger

📋 copy color: '#402259'

red 64 ◦ green 34 ◦ blue 89

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

Shades of Jagger #402259

Tints of Jagger #402259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.18%

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

R = 34.22%
G = 18.18%
B = 47.59%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#402259 (or 0x402259) is known color: Jagger. HEX triplet: 40, 22 and 59. RGB value is (64,34,89). Sum of RGB (Red+Green+Blue) = 64+34+89=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #402259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402259 is #BFDDA6. Grayscale: #313131. Windows color (decimal): -12574119 or 5841472. OLE color: 5841472.

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

Color convert

RGB 64 34 89 -
CMYK 0.28 0.62 0 0.65
HSL 272.73º 0.45% 0.24% -
HSV(B) 272.73º 0.62% 0.35% -
XYZ 4.49 2.96 9.79 -
YUV 49.24 150.44 138.53 -
System Red Green Blue C M Y K H S L
Decimal 64 34 89 0.28 0.62 0 0.65 272.73 0.45 0.24
Hex 40 22 59 1C 3E 0 41 111 2D 18
Octal 100 42 131 34 76 0 101 421 55 30
Binary 1000000 100010 1011001 11100 111110 0 1000001 100010001 101101 11000

Color Harmonies of #402259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402259

Black with #402259

Text Example


Text Example

White with #402259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402259; }

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

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

background-color css

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

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

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

border-color css

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

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

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