#403880

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

Shades of Jacksons Purple #403880

Tints of Jacksons Purple #403880

Color information

#403880 (or 0x403880) is unknown color: approx Jacksons Purple. HEX triplet: 40, 38 and 80. RGB value is (64,56,128). Sum of RGB (Red+Green+Blue) = 64+56+128=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #403880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403880 is #BFC77F. Grayscale: #424242. Windows color (decimal): -12568448 or 8403008. OLE color: 8403008.

HSL color Cylindrical-coordinate representation of color #403880: hue angle of 246.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #403880 is Cyan = 0.5, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6456128-
CMYK0.50.5600.50
HSL246.67º39.13%36.08%-
HSV(B)246.67º56.25%50.2%-
XYZ7.425.4821.09-
YUV66.6162.65126.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 56 (22.27% from 255) = 22.58%
BLUE value IS 128 (50.39% from 255) = 51.61%
R=25.81%
G=22.58%
B=51.61%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64561280.50.5600.50246.6739.1336.08
Hex4038803238032f72724
Octal1007020062700623674744
Binary100000011100010000000110010111000011001011110111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403880; }

 p { color: rgb(64,56,128); }

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

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

 a { background-color: rgb(64,56,128); }

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

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

 span { border-color: rgb(64,56,128); }

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