Html Css Color HEX #402F54 Jagger

📋 copy color: '#402F54'

red 64 ◦ green 47 ◦ blue 84

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

Shades of Jagger #402F54

Tints of Jagger #402F54

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.1%

 BLUE value IS 84 (33.2% from 255) = 43.08%

R = 32.82%
G = 24.1%
B = 43.08%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#402F54 (or 0x402F54) is known color: Jagger. HEX triplet: 40, 2F and 54. RGB value is (64,47,84). Sum of RGB (Red+Green+Blue) = 64+47+84=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #402F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402F54 is #BFD0AB. Grayscale: #383838. Windows color (decimal): -12570796 or 5517120. OLE color: 5517120.

HSL color Cylindrical-coordinate representation of color #402F54: hue angle of 267.57º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #402F54 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 47 84 -
CMYK 0.24 0.44 0 0.67
HSL 267.57º 0.28% 0.26% -
HSV(B) 267.57º 0.44% 0.33% -
XYZ 4.73 3.76 8.86 -
YUV 56.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 64 47 84 0.24 0.44 0 0.67 267.57 0.28 0.26
Hex 40 2F 54 18 2C 0 43 10C 1C 1A
Octal 100 57 124 30 54 0 103 414 34 32
Binary 1000000 101111 1010100 11000 101100 0 1000011 100001100 11100 11010

Color Harmonies of #402F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F54

Black with #402F54

Text Example


Text Example

White with #402F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,47,84); }

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

background-color css

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

 a { background-color: rgb(64,47,84); }

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

border-color css

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

 span { border-color: rgb(64,47,84); }

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