Html Css Color HEX #402A58 Jagger

📋 copy color: '#402A58'

red 64 ◦ green 42 ◦ blue 88

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

Shades of Jagger #402A58

Tints of Jagger #402A58

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.65%

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

R = 32.99%
G = 21.65%
B = 45.36%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#402A58 (or 0x402A58) is known color: Jagger. HEX triplet: 40, 2A and 58. RGB value is (64,42,88). Sum of RGB (Red+Green+Blue) = 64+42+88=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #402A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402A58 is #BFD5A7. Grayscale: #353535. Windows color (decimal): -12572072 or 5777984. OLE color: 5777984.

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

Color convert

RGB 64 42 88 -
CMYK 0.27 0.52 0 0.65
HSL 268.7º 0.35% 0.25% -
HSV(B) 268.7º 0.52% 0.35% -
XYZ 4.7 3.45 9.65 -
YUV 53.82 147.29 135.26 -
System Red Green Blue C M Y K H S L
Decimal 64 42 88 0.27 0.52 0 0.65 268.7 0.35 0.25
Hex 40 2A 58 1B 34 0 41 10D 23 19
Octal 100 52 130 33 64 0 101 415 43 31
Binary 1000000 101010 1011000 11011 110100 0 1000001 100001101 100011 11001

Color Harmonies of #402A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402A58

Black with #402A58

Text Example


Text Example

White with #402A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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