Html Css Color HEX #402350 Jagger

📋 copy color: '#402350'

red 64 ◦ green 35 ◦ blue 80

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

Shades of Jagger #402350

Tints of Jagger #402350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.55%

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

R = 35.75%
G = 19.55%
B = 44.69%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#402350 (or 0x402350) is known color: Jagger. HEX triplet: 40, 23 and 50. RGB value is (64,35,80). Sum of RGB (Red+Green+Blue) = 64+35+80=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #402350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402350 is #BFDCAF. Grayscale: #303030. Windows color (decimal): -12573872 or 5251904. OLE color: 5251904.

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

Color convert

RGB 64 35 80 -
CMYK 0.20 0.56 0 0.69
HSL 278.67º 0.39% 0.23% -
HSV(B) 278.67º 0.56% 0.31% -
XYZ 4.16 2.87 7.92 -
YUV 48.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 64 35 80 0.20 0.56 0 0.69 278.67 0.39 0.23
Hex 40 23 50 14 38 0 45 117 27 17
Octal 100 43 120 24 70 0 105 427 47 27
Binary 1000000 100011 1010000 10100 111000 0 1000101 100010111 100111 10111

Color Harmonies of #402350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402350

Black with #402350

Text Example


Text Example

White with #402350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402350; }

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

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

background-color css

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

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

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

border-color css

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

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

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