Html Css Color HEX #402955 Jagger

📋 copy color: '#402955'

red 64 ◦ green 41 ◦ blue 85

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

Shades of Jagger #402955

Tints of Jagger #402955

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.58%

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

R = 33.68%
G = 21.58%
B = 44.74%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#402955 (or 0x402955) is known color: Jagger. HEX triplet: 40, 29 and 55. RGB value is (64,41,85). Sum of RGB (Red+Green+Blue) = 64+41+85=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #402955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402955 is #BFD6AA. Grayscale: #343434. Windows color (decimal): -12572331 or 5581120. OLE color: 5581120.

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

Color convert

RGB 64 41 85 -
CMYK 0.25 0.52 0 0.67
HSL 271.36º 0.35% 0.25% -
HSV(B) 271.36º 0.52% 0.33% -
XYZ 4.55 3.33 9 -
YUV 52.89 146.12 135.92 -
System Red Green Blue C M Y K H S L
Decimal 64 41 85 0.25 0.52 0 0.67 271.36 0.35 0.25
Hex 40 29 55 19 34 0 43 10F 23 19
Octal 100 51 125 31 64 0 103 417 43 31
Binary 1000000 101001 1010101 11001 110100 0 1000011 100001111 100011 11001

Color Harmonies of #402955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402955

Black with #402955

Text Example


Text Example

White with #402955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402955; }

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

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

background-color css

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

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

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

border-color css

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

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

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