Html Css Color HEX #402157 Jagger

📋 copy color: '#402157'

red 64 ◦ green 33 ◦ blue 87

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

Shades of Jagger #402157

Tints of Jagger #402157

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.93%

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

R = 34.78%
G = 17.93%
B = 47.28%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#402157 (or 0x402157) is known color: Jagger. HEX triplet: 40, 21 and 57. RGB value is (64,33,87). Sum of RGB (Red+Green+Blue) = 64+33+87=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #402157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402157 is #BFDEA8. Grayscale: #303030. Windows color (decimal): -12574377 or 5710144. OLE color: 5710144.

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

Color convert

RGB 64 33 87 -
CMYK 0.26 0.62 0 0.66
HSL 274.44º 0.45% 0.24% -
HSV(B) 274.44º 0.62% 0.34% -
XYZ 4.38 2.87 9.34 -
YUV 48.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 64 33 87 0.26 0.62 0 0.66 274.44 0.45 0.24
Hex 40 21 57 1A 3E 0 42 112 2D 18
Octal 100 41 127 32 76 0 102 422 55 30
Binary 1000000 100001 1010111 11010 111110 0 1000010 100010010 101101 11000

Color Harmonies of #402157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402157

Black with #402157

Text Example


Text Example

White with #402157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402157; }

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

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

background-color css

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

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

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

border-color css

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

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

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