Html Css Color HEX #402B57 Jagger

📋 copy color: '#402B57'

red 64 ◦ green 43 ◦ blue 87

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

Shades of Jagger #402B57

Tints of Jagger #402B57

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.16%

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

R = 32.99%
G = 22.16%
B = 44.85%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#402B57 (or 0x402B57) is known color: Jagger. HEX triplet: 40, 2B and 57. RGB value is (64,43,87). Sum of RGB (Red+Green+Blue) = 64+43+87=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #402B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402B57 is #BFD4A8. Grayscale: #363636. Windows color (decimal): -12571817 or 5712704. OLE color: 5712704.

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

Color convert

RGB 64 43 87 -
CMYK 0.26 0.51 0 0.66
HSL 268.64º 0.34% 0.25% -
HSV(B) 268.64º 0.51% 0.34% -
XYZ 4.7 3.51 9.45 -
YUV 54.3 146.46 134.92 -
System Red Green Blue C M Y K H S L
Decimal 64 43 87 0.26 0.51 0 0.66 268.64 0.34 0.25
Hex 40 2B 57 1A 33 0 42 10D 22 19
Octal 100 53 127 32 63 0 102 415 42 31
Binary 1000000 101011 1010111 11010 110011 0 1000010 100001101 100010 11001

Color Harmonies of #402B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402B57

Black with #402B57

Text Example


Text Example

White with #402B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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