Html Css Color HEX #402749 Jagger

📋 copy color: '#402749'

red 64 ◦ green 39 ◦ blue 73

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

Shades of Jagger #402749

Tints of Jagger #402749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.16%

 BLUE value IS 73 (28.91% from 255) = 41.48%

R = 36.36%
G = 22.16%
B = 41.48%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#402749 (or 0x402749) is known color: Jagger. HEX triplet: 40, 27 and 49. RGB value is (64,39,73). Sum of RGB (Red+Green+Blue) = 64+39+73=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 73 - color contains mainly: blue. Hex color #402749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402749 is #BFD8B6. Grayscale: #323232. Windows color (decimal): -12572855 or 4794176. OLE color: 4794176.

HSL color Cylindrical-coordinate representation of color #402749: hue angle of 284.12º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #402749 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 39 73 -
CMYK 0.12 0.47 0 0.71
HSL 284.12º 0.3% 0.22% -
HSV(B) 284.12º 0.47% 0.29% -
XYZ 4.04 3.02 6.67 -
YUV 50.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 64 39 73 0.12 0.47 0 0.71 284.12 0.3 0.22
Hex 40 27 49 C 2F 0 47 11C 1E 16
Octal 100 47 111 14 57 0 107 434 36 26
Binary 1000000 100111 1001001 1100 101111 0 1000111 100011100 11110 10110

Color Harmonies of #402749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402749

Black with #402749

Text Example


Text Example

White with #402749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402749; }

 p { color: rgb(64,39,73); }

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

background-color css

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

 a { background-color: rgb(64,39,73); }

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

border-color css

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

 span { border-color: rgb(64,39,73); }

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