Html Css Color HEX #402948 Jagger

📋 copy color: '#402948'

red 64 ◦ green 41 ◦ blue 72

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

Shades of Jagger #402948

Tints of Jagger #402948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 40.68%

R = 36.16%
G = 23.16%
B = 40.68%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#402948 (or 0x402948) is known color: Jagger. HEX triplet: 40, 29 and 48. RGB value is (64,41,72). Sum of RGB (Red+Green+Blue) = 64+41+72=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #402948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402948 is #BFD6B7. Grayscale: #333333. Windows color (decimal): -12572344 or 4729152. OLE color: 4729152.

HSL color Cylindrical-coordinate representation of color #402948: hue angle of 284.52º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #402948 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 41 72 -
CMYK 0.11 0.43 0 0.72
HSL 284.52º 0.27% 0.22% -
HSV(B) 284.52º 0.43% 0.28% -
XYZ 4.08 3.14 6.52 -
YUV 51.41 139.62 136.98 -
System Red Green Blue C M Y K H S L
Decimal 64 41 72 0.11 0.43 0 0.72 284.52 0.27 0.22
Hex 40 29 48 B 2B 0 48 11D 1B 16
Octal 100 51 110 13 53 0 110 435 33 26
Binary 1000000 101001 1001000 1011 101011 0 1001000 100011101 11011 10110

Color Harmonies of #402948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402948

Black with #402948

Text Example


Text Example

White with #402948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402948; }

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

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

background-color css

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

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

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

border-color css

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

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

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