Html Css Color HEX #402557 Jagger

📋 copy color: '#402557'

red 64 ◦ green 37 ◦ blue 87

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

Shades of Jagger #402557

Tints of Jagger #402557

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.68%

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

R = 34.04%
G = 19.68%
B = 46.28%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#402557 (or 0x402557) is known color: Jagger. HEX triplet: 40, 25 and 57. RGB value is (64,37,87). Sum of RGB (Red+Green+Blue) = 64+37+87=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #402557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402557 is #BFDAA8. Grayscale: #323232. Windows color (decimal): -12573353 or 5711168. OLE color: 5711168.

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

Color convert

RGB 64 37 87 -
CMYK 0.26 0.57 0 0.66
HSL 272.4º 0.4% 0.24% -
HSV(B) 272.4º 0.57% 0.34% -
XYZ 4.5 3.1 9.38 -
YUV 50.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 64 37 87 0.26 0.57 0 0.66 272.4 0.4 0.24
Hex 40 25 57 1A 39 0 42 110 28 18
Octal 100 45 127 32 71 0 102 420 50 30
Binary 1000000 100101 1010111 11010 111001 0 1000010 100010000 101000 11000

Color Harmonies of #402557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402557

Black with #402557

Text Example


Text Example

White with #402557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402557; }

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

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

background-color css

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

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

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

border-color css

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

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

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