Html Css Color HEX #402858 Jagger

📋 copy color: '#402858'

red 64 ◦ green 40 ◦ blue 88

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

Shades of Jagger #402858

Tints of Jagger #402858

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.83%

 BLUE value IS 88 (34.77% from 255) = 45.83%

R = 33.33%
G = 20.83%
B = 45.83%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#402858 (or 0x402858) is known color: Jagger. HEX triplet: 40, 28 and 58. RGB value is (64,40,88). Sum of RGB (Red+Green+Blue) = 64+40+88=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #402858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402858 is #BFD7A7. Grayscale: #343434. Windows color (decimal): -12572584 or 5777472. OLE color: 5777472.

HSL color Cylindrical-coordinate representation of color #402858: hue angle of 270º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #402858 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 40 88 -
CMYK 0.27 0.55 0 0.65
HSL 270º 0.38% 0.25% -
HSV(B) 270º 0.55% 0.35% -
XYZ 4.63 3.31 9.63 -
YUV 52.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 64 40 88 0.27 0.55 0 0.65 270 0.38 0.25
Hex 40 28 58 1B 37 0 41 10E 26 19
Octal 100 50 130 33 67 0 101 416 46 31
Binary 1000000 101000 1011000 11011 110111 0 1000001 100001110 100110 11001

Color Harmonies of #402858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402858

Black with #402858

Text Example


Text Example

White with #402858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402858; }

 p { color: rgb(64,40,88); }

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

background-color css

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

 a { background-color: rgb(64,40,88); }

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

border-color css

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

 span { border-color: rgb(64,40,88); }

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