Html Css Color HEX #402758 Jagger

📋 copy color: '#402758'

red 64 ◦ green 39 ◦ blue 88

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

Shades of Jagger #402758

Tints of Jagger #402758

RGB

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

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

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

R = 33.51%
G = 20.42%
B = 46.07%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#402758 (or 0x402758) is known color: Jagger. HEX triplet: 40, 27 and 58. RGB value is (64,39,88). Sum of RGB (Red+Green+Blue) = 64+39+88=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #402758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402758 is #BFD8A7. Grayscale: #333333. Windows color (decimal): -12572840 or 5777216. OLE color: 5777216.

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

Color convert

RGB 64 39 88 -
CMYK 0.27 0.56 0 0.65
HSL 270.61º 0.39% 0.25% -
HSV(B) 270.61º 0.56% 0.35% -
XYZ 4.6 3.25 9.62 -
YUV 52.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 64 39 88 0.27 0.56 0 0.65 270.61 0.39 0.25
Hex 40 27 58 1B 38 0 41 10F 27 19
Octal 100 47 130 33 70 0 101 417 47 31
Binary 1000000 100111 1011000 11011 111000 0 1000001 100001111 100111 11001

Color Harmonies of #402758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402758

Black with #402758

Text Example


Text Example

White with #402758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402758; }

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

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

background-color css

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

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

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

border-color css

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

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

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