Html Css Color HEX #402855 Jagger

📋 copy color: '#402855'

red 64 ◦ green 40 ◦ blue 85

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

Shades of Jagger #402855

Tints of Jagger #402855

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.16%

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

R = 33.86%
G = 21.16%
B = 44.97%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#402855 (or 0x402855) is known color: Jagger. HEX triplet: 40, 28 and 55. RGB value is (64,40,85). Sum of RGB (Red+Green+Blue) = 64+40+85=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #402855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402855 is #BFD7AA. Grayscale: #343434. Windows color (decimal): -12572587 or 5580864. OLE color: 5580864.

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

Color convert

RGB 64 40 85 -
CMYK 0.25 0.53 0 0.67
HSL 272º 0.36% 0.25% -
HSV(B) 272º 0.53% 0.33% -
XYZ 4.51 3.26 8.99 -
YUV 52.31 146.45 136.34 -
System Red Green Blue C M Y K H S L
Decimal 64 40 85 0.25 0.53 0 0.67 272 0.36 0.25
Hex 40 28 55 19 35 0 43 110 24 19
Octal 100 50 125 31 65 0 103 420 44 31
Binary 1000000 101000 1010101 11001 110101 0 1000011 100010000 100100 11001

Color Harmonies of #402855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402855

Black with #402855

Text Example


Text Example

White with #402855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402855; }

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

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

background-color css

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

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

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

border-color css

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

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

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