Html Css Color HEX #402550 Jagger

📋 copy color: '#402550'

red 64 ◦ green 37 ◦ blue 80

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

Shades of Jagger #402550

Tints of Jagger #402550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 44.2%

R = 35.36%
G = 20.44%
B = 44.2%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#402550 (or 0x402550) is known color: Jagger. HEX triplet: 40, 25 and 50. RGB value is (64,37,80). Sum of RGB (Red+Green+Blue) = 64+37+80=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #402550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402550 is #BFDAAF. Grayscale: #313131. Windows color (decimal): -12573360 or 5252416. OLE color: 5252416.

HSL color Cylindrical-coordinate representation of color #402550: hue angle of 277.67º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #402550 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 37 80 -
CMYK 0.20 0.54 0 0.69
HSL 277.67º 0.37% 0.23% -
HSV(B) 277.67º 0.54% 0.31% -
XYZ 4.22 2.99 7.94 -
YUV 49.98 144.95 138 -
System Red Green Blue C M Y K H S L
Decimal 64 37 80 0.20 0.54 0 0.69 277.67 0.37 0.23
Hex 40 25 50 14 36 0 45 116 25 17
Octal 100 45 120 24 66 0 105 426 45 27
Binary 1000000 100101 1010000 10100 110110 0 1000101 100010110 100101 10111

Color Harmonies of #402550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402550

Black with #402550

Text Example


Text Example

White with #402550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402550; }

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

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

background-color css

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

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

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

border-color css

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

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

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