Html Css Color HEX #402057 Jagger

📋 copy color: '#402057'

red 64 ◦ green 32 ◦ blue 87

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

Shades of Jagger #402057

Tints of Jagger #402057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 47.54%

R = 34.97%
G = 17.49%
B = 47.54%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#402057 (or 0x402057) is known color: Jagger. HEX triplet: 40, 20 and 57. RGB value is (64,32,87). Sum of RGB (Red+Green+Blue) = 64+32+87=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #402057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402057 is #BFDFA8. Grayscale: #2F2F2F. Windows color (decimal): -12574633 or 5709888. OLE color: 5709888.

HSL color Cylindrical-coordinate representation of color #402057: hue angle of 274.91º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #402057 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 64 32 87 -
CMYK 0.26 0.63 0 0.66
HSL 274.91º 0.46% 0.23% -
HSV(B) 274.91º 0.63% 0.34% -
XYZ 4.35 2.81 9.33 -
YUV 47.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 64 32 87 0.26 0.63 0 0.66 274.91 0.46 0.23
Hex 40 20 57 1A 3F 0 42 113 2E 17
Octal 100 40 127 32 77 0 102 423 56 27
Binary 1000000 100000 1010111 11010 111111 0 1000010 100010011 101110 10111

Color Harmonies of #402057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402057

Black with #402057

Text Example


Text Example

White with #402057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402057; }

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

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

background-color css

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

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

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

border-color css

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

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

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