#282891

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

Shades of Jacksons Purple #282891

Tints of Jacksons Purple #282891

Color information

#282891 (or 0x282891) is unknown color: approx Jacksons Purple. HEX triplet: 28, 28 and 91. RGB value is (40,40,145). Sum of RGB (Red+Green+Blue) = 40+40+145=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 145 (57.03% from 255 or 64.44% from 225); Max value from RGB is 145 - color contains mainly: blue. Hex color #282891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282891 is #D7D76E. Grayscale: #333333. Windows color (decimal): -14145391 or 9513000. OLE color: 9513000.

HSL color Cylindrical-coordinate representation of color #282891: hue angle of 240º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #282891 is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4040145-
CMYK0.720.7200.43
HSL240º56.76%36.27%-
HSV(B)240º72.41%56.86%-
XYZ6.744.0127.21-
YUV51.97180.5119.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.78%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 145 (57.03% from 255) = 64.44%
R=17.78%
G=17.78%
B=64.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40401450.720.7200.4324056.7636.27
Hex282891484802Bf03924
Octal50502211101100533607144
Binary1010001010001001000110010001001000010101111110000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282891; }

 p { color: rgb(40,40,145); }

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

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

 a { background-color: rgb(40,40,145); }

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

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

 span { border-color: rgb(40,40,145); }

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