#282892

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

Shades of Jacksons Purple #282892

Tints of Jacksons Purple #282892

Color information

#282892 (or 0x282892) is unknown color: approx Jacksons Purple. HEX triplet: 28, 28 and 92. RGB value is (40,40,146). Sum of RGB (Red+Green+Blue) = 40+40+146=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #282892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282892 is #D7D76D. Grayscale: #333333. Windows color (decimal): -14145390 or 9578536. OLE color: 9578536.

HSL color Cylindrical-coordinate representation of color #282892: 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.73%. Process color model (Four color, CMYK) of #282892 is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4040146-
CMYK0.730.7300.43
HSL240º56.99%36.47%-
HSV(B)240º72.6%57.25%-
XYZ6.824.0427.62-
YUV52.08181119.38-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 146 (57.42% from 255) = 64.60%
R=17.70%
G=17.70%
B=64.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40401460.730.7300.4324056.9936.47
Hex282892494902Bf03924
Octal50502221111110533607144
Binary1010001010001001001010010011001001010101111110000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282892; }

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

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

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

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

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

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

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

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