Html Css Color HEX #402652 Jagger

📋 copy color: '#402652'

red 64 ◦ green 38 ◦ blue 82

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

Shades of Jagger #402652

Tints of Jagger #402652

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.65%

 BLUE value IS 82 (32.42% from 255) = 44.57%

R = 34.78%
G = 20.65%
B = 44.57%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#402652 (or 0x402652) is known color: Jagger. HEX triplet: 40, 26 and 52. RGB value is (64,38,82). Sum of RGB (Red+Green+Blue) = 64+38+82=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #402652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402652 is #BFD9AD. Grayscale: #323232. Windows color (decimal): -12573102 or 5383744. OLE color: 5383744.

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

Color convert

RGB 64 38 82 -
CMYK 0.22 0.54 0 0.68
HSL 275.45º 0.37% 0.24% -
HSV(B) 275.45º 0.54% 0.32% -
XYZ 4.33 3.09 8.35 -
YUV 50.79 145.61 137.42 -
System Red Green Blue C M Y K H S L
Decimal 64 38 82 0.22 0.54 0 0.68 275.45 0.37 0.24
Hex 40 26 52 16 36 0 44 113 25 18
Octal 100 46 122 26 66 0 104 423 45 30
Binary 1000000 100110 1010010 10110 110110 0 1000100 100010011 100101 11000

Color Harmonies of #402652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402652

Black with #402652

Text Example


Text Example

White with #402652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402652; }

 p { color: rgb(64,38,82); }

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

background-color css

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

 a { background-color: rgb(64,38,82); }

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

border-color css

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

 span { border-color: rgb(64,38,82); }

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