Html Css Color HEX #402548 Jagger

📋 copy color: '#402548'

red 64 ◦ green 37 ◦ blue 72

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

Shades of Jagger #402548

Tints of Jagger #402548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.39%

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

R = 36.99%
G = 21.39%
B = 41.62%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#402548 (or 0x402548) is known color: Jagger. HEX triplet: 40, 25 and 48. RGB value is (64,37,72). Sum of RGB (Red+Green+Blue) = 64+37+72=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 72 - color contains mainly: blue. Hex color #402548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402548 is #BFDAB7. Grayscale: #303030. Windows color (decimal): -12573368 or 4728128. OLE color: 4728128.

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

Color convert

RGB 64 37 72 -
CMYK 0.11 0.49 0 0.72
HSL 286.29º 0.32% 0.21% -
HSV(B) 286.29º 0.49% 0.28% -
XYZ 3.95 2.88 6.48 -
YUV 49.06 140.95 138.65 -
System Red Green Blue C M Y K H S L
Decimal 64 37 72 0.11 0.49 0 0.72 286.29 0.32 0.21
Hex 40 25 48 B 31 0 48 11E 20 15
Octal 100 45 110 13 61 0 110 436 40 25
Binary 1000000 100101 1001000 1011 110001 0 1001000 100011110 100000 10101

Color Harmonies of #402548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402548

Black with #402548

Text Example


Text Example

White with #402548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402548; }

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

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

background-color css

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

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

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

border-color css

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

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

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