Html Css Color HEX #402055 Jagger

📋 copy color: '#402055'

red 64 ◦ green 32 ◦ blue 85

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

Shades of Jagger #402055

Tints of Jagger #402055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.68%

 BLUE value IS 85 (33.59% from 255) = 46.96%

R = 35.36%
G = 17.68%
B = 46.96%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#402055 (or 0x402055) is known color: Jagger. HEX triplet: 40, 20 and 55. RGB value is (64,32,85). Sum of RGB (Red+Green+Blue) = 64+32+85=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #402055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402055 is #BFDFAA. Grayscale: #2F2F2F. Windows color (decimal): -12574635 or 5578816. OLE color: 5578816.

HSL color Cylindrical-coordinate representation of color #402055: hue angle of 276.23º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #402055 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 32 85 -
CMYK 0.25 0.62 0 0.67
HSL 276.23º 0.45% 0.23% -
HSV(B) 276.23º 0.62% 0.33% -
XYZ 4.27 2.78 8.91 -
YUV 47.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 64 32 85 0.25 0.62 0 0.67 276.23 0.45 0.23
Hex 40 20 55 19 3E 0 43 114 2D 17
Octal 100 40 125 31 76 0 103 424 55 27
Binary 1000000 100000 1010101 11001 111110 0 1000011 100010100 101101 10111

Color Harmonies of #402055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402055

Black with #402055

Text Example


Text Example

White with #402055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402055; }

 p { color: rgb(64,32,85); }

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

background-color css

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

 a { background-color: rgb(64,32,85); }

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

border-color css

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

 span { border-color: rgb(64,32,85); }

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