Html Css Color HEX #402254 Jagger

📋 copy color: '#402254'

red 64 ◦ green 34 ◦ blue 84

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

Shades of Jagger #402254

Tints of Jagger #402254

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.68%

 BLUE value IS 84 (33.2% from 255) = 46.15%

R = 35.16%
G = 18.68%
B = 46.15%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#402254 (or 0x402254) is known color: Jagger. HEX triplet: 40, 22 and 54. RGB value is (64,34,84). Sum of RGB (Red+Green+Blue) = 64+34+84=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #402254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402254 is #BFDDAB. Grayscale: #303030. Windows color (decimal): -12574124 or 5513792. OLE color: 5513792.

HSL color Cylindrical-coordinate representation of color #402254: hue angle of 276º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #402254 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 34 84 -
CMYK 0.24 0.60 0 0.67
HSL 276º 0.42% 0.23% -
HSV(B) 276º 0.6% 0.33% -
XYZ 4.29 2.87 8.72 -
YUV 48.67 147.94 138.93 -
System Red Green Blue C M Y K H S L
Decimal 64 34 84 0.24 0.60 0 0.67 276 0.42 0.23
Hex 40 22 54 18 3C 0 43 114 2A 17
Octal 100 42 124 30 74 0 103 424 52 27
Binary 1000000 100010 1010100 11000 111100 0 1000011 100010100 101010 10111

Color Harmonies of #402254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402254

Black with #402254

Text Example


Text Example

White with #402254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402254; }

 p { color: rgb(64,34,84); }

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

background-color css

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

 a { background-color: rgb(64,34,84); }

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

border-color css

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

 span { border-color: rgb(64,34,84); }

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