Html Css Color HEX #402458 Jagger

📋 copy color: '#402458'

red 64 ◦ green 36 ◦ blue 88

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

Shades of Jagger #402458

Tints of Jagger #402458

RGB

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

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

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

R = 34.04%
G = 19.15%
B = 46.81%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#402458 (or 0x402458) is known color: Jagger. HEX triplet: 40, 24 and 58. RGB value is (64,36,88). Sum of RGB (Red+Green+Blue) = 64+36+88=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #402458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402458 is #BFDBA7. Grayscale: #323232. Windows color (decimal): -12573608 or 5776448. OLE color: 5776448.

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

Color convert

RGB 64 36 88 -
CMYK 0.27 0.59 0 0.65
HSL 272.31º 0.42% 0.24% -
HSV(B) 272.31º 0.59% 0.35% -
XYZ 4.51 3.06 9.58 -
YUV 50.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 64 36 88 0.27 0.59 0 0.65 272.31 0.42 0.24
Hex 40 24 58 1B 3B 0 41 110 2A 18
Octal 100 44 130 33 73 0 101 420 52 30
Binary 1000000 100100 1011000 11011 111011 0 1000001 100010000 101010 11000

Color Harmonies of #402458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402458

Black with #402458

Text Example


Text Example

White with #402458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402458; }

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

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

background-color css

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

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

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

border-color css

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

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

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