#402258

Color #402258 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #402258

Tints of Jagger #402258

Color information

#402258 (or 0x402258) is unknown color: approx Jagger. HEX triplet: 40, 22 and 58. RGB value is (64,34,88). Sum of RGB (Red+Green+Blue) = 64+34+88=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #402258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402258 is #BFDDA7. Grayscale: #303030. Windows color (decimal): -12574120 or 5775936. OLE color: 5775936.

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

Color convert

RGB643488-
CMYK0.270.6100.65
HSL273.33º44.26%23.92%-
HSV(B)273.33º61.36%34.51%-
XYZ4.452.949.57-
YUV49.13149.94138.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 88 (34.77% from 255) = 47.31%
R=34.41%
G=18.28%
B=47.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6434880.270.6100.65273.3344.2623.92
Hex4022581B3D0411112c18
Octal10042130337501014215430
Binary10000001000101011000110111111010100000110001000110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402258; }

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

 H1.HeaderClassName
 {
   color: #402258;
 }
 .AnyTagClassName
 {
   color: #402258;
 }
</style>
background-color css

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

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

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

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

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

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