Html Css Color HEX #402752 Jagger

📋 copy color: '#402752'

red 64 ◦ green 39 ◦ blue 82

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

Shades of Jagger #402752

Tints of Jagger #402752

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.08%

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

R = 34.59%
G = 21.08%
B = 44.32%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#402752 (or 0x402752) is known color: Jagger. HEX triplet: 40, 27 and 52. RGB value is (64,39,82). Sum of RGB (Red+Green+Blue) = 64+39+82=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 82 - color contains mainly: blue. Hex color #402752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402752 is #BFD8AD. Grayscale: #333333. Windows color (decimal): -12572846 or 5384000. OLE color: 5384000.

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

Color convert

RGB 64 39 82 -
CMYK 0.22 0.52 0 0.68
HSL 274.88º 0.36% 0.24% -
HSV(B) 274.88º 0.52% 0.32% -
XYZ 4.36 3.15 8.36 -
YUV 51.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 64 39 82 0.22 0.52 0 0.68 274.88 0.36 0.24
Hex 40 27 52 16 34 0 44 113 24 18
Octal 100 47 122 26 64 0 104 423 44 30
Binary 1000000 100111 1010010 10110 110100 0 1000100 100010011 100100 11000

Color Harmonies of #402752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402752

Black with #402752

Text Example


Text Example

White with #402752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402752; }

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

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

background-color css

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

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

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

border-color css

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

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

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