Html Css Color HEX #402452 Jagger

📋 copy color: '#402452'

red 64 ◦ green 36 ◦ blue 82

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

Shades of Jagger #402452

Tints of Jagger #402452

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.78%

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

R = 35.16%
G = 19.78%
B = 45.05%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#402452 (or 0x402452) is known color: Jagger. HEX triplet: 40, 24 and 52. RGB value is (64,36,82). Sum of RGB (Red+Green+Blue) = 64+36+82=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: blue. Hex color #402452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402452 is #BFDBAD. Grayscale: #313131. Windows color (decimal): -12573614 or 5383232. OLE color: 5383232.

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

Color convert

RGB 64 36 82 -
CMYK 0.22 0.56 0 0.68
HSL 276.52º 0.39% 0.23% -
HSV(B) 276.52º 0.56% 0.32% -
XYZ 4.27 2.96 8.33 -
YUV 49.62 146.28 138.26 -
System Red Green Blue C M Y K H S L
Decimal 64 36 82 0.22 0.56 0 0.68 276.52 0.39 0.23
Hex 40 24 52 16 38 0 44 115 27 17
Octal 100 44 122 26 70 0 104 425 47 27
Binary 1000000 100100 1010010 10110 111000 0 1000100 100010101 100111 10111

Color Harmonies of #402452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402452

Black with #402452

Text Example


Text Example

White with #402452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402452; }

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

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

background-color css

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

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

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

border-color css

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

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

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