Html Css Color HEX #402958 Jagger

📋 copy color: '#402958'

red 64 ◦ green 41 ◦ blue 88

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

Shades of Jagger #402958

Tints of Jagger #402958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.24%

 BLUE value IS 88 (34.77% from 255) = 45.6%

R = 33.16%
G = 21.24%
B = 45.6%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#402958 (or 0x402958) is known color: Jagger. HEX triplet: 40, 29 and 58. RGB value is (64,41,88). Sum of RGB (Red+Green+Blue) = 64+41+88=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #402958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402958 is #BFD6A7. Grayscale: #353535. Windows color (decimal): -12572328 or 5777728. OLE color: 5777728.

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

Color convert

RGB 64 41 88 -
CMYK 0.27 0.53 0 0.65
HSL 269.36º 0.36% 0.25% -
HSV(B) 269.36º 0.53% 0.35% -
XYZ 4.67 3.38 9.64 -
YUV 53.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 64 41 88 0.27 0.53 0 0.65 269.36 0.36 0.25
Hex 40 29 58 1B 35 0 41 10D 24 19
Octal 100 51 130 33 65 0 101 415 44 31
Binary 1000000 101001 1011000 11011 110101 0 1000001 100001101 100100 11001

Color Harmonies of #402958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402958

Black with #402958

Text Example


Text Example

White with #402958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402958; }

 p { color: rgb(64,41,88); }

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

background-color css

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

 a { background-color: rgb(64,41,88); }

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

border-color css

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

 span { border-color: rgb(64,41,88); }

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