Html Css Color HEX #402151 Jagger

📋 copy color: '#402151'

red 64 ◦ green 33 ◦ blue 81

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

Shades of Jagger #402151

Tints of Jagger #402151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 45.51%

R = 35.96%
G = 18.54%
B = 45.51%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#402151 (or 0x402151) is known color: Jagger. HEX triplet: 40, 21 and 51. RGB value is (64,33,81). Sum of RGB (Red+Green+Blue) = 64+33+81=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 81 (32.03% from 255 or 45.51% from 178); Max value from RGB is 81 - color contains mainly: blue. Hex color #402151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402151 is #BFDEAE. Grayscale: #2F2F2F. Windows color (decimal): -12574383 or 5316928. OLE color: 5316928.

HSL color Cylindrical-coordinate representation of color #402151: hue angle of 278.75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #402151 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 33 81 -
CMYK 0.21 0.59 0 0.68
HSL 278.75º 0.42% 0.22% -
HSV(B) 278.75º 0.59% 0.32% -
XYZ 4.14 2.77 8.1 -
YUV 47.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 64 33 81 0.21 0.59 0 0.68 278.75 0.42 0.22
Hex 40 21 51 15 3B 0 44 117 2A 16
Octal 100 41 121 25 73 0 104 427 52 26
Binary 1000000 100001 1010001 10101 111011 0 1000100 100010111 101010 10110

Color Harmonies of #402151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402151

Black with #402151

Text Example


Text Example

White with #402151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402151; }

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

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

background-color css

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

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

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

border-color css

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

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

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