Html Css Color HEX #402058 Jagger

📋 copy color: '#402058'

red 64 ◦ green 32 ◦ blue 88

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

Shades of Jagger #402058

Tints of Jagger #402058

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.39%

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

R = 34.78%
G = 17.39%
B = 47.83%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#402058 (or 0x402058) is known color: Jagger. HEX triplet: 40, 20 and 58. RGB value is (64,32,88). Sum of RGB (Red+Green+Blue) = 64+32+88=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #402058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402058 is #BFDFA7. Grayscale: #2F2F2F. Windows color (decimal): -12574632 or 5775424. OLE color: 5775424.

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

Color convert

RGB 64 32 88 -
CMYK 0.27 0.64 0 0.65
HSL 274.29º 0.47% 0.24% -
HSV(B) 274.29º 0.64% 0.35% -
XYZ 4.39 2.83 9.55 -
YUV 47.95 150.6 139.45 -
System Red Green Blue C M Y K H S L
Decimal 64 32 88 0.27 0.64 0 0.65 274.29 0.47 0.24
Hex 40 20 58 1B 40 0 41 112 2F 18
Octal 100 40 130 33 100 0 101 422 57 30
Binary 1000000 100000 1011000 11011 1000000 0 1000001 100010010 101111 11000

Color Harmonies of #402058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402058

Black with #402058

Text Example


Text Example

White with #402058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402058; }

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

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

background-color css

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

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

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

border-color css

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

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

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