#282A92

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

Shades of Jacksons Purple #282A92

Tints of Jacksons Purple #282A92

Color information

#282A92 (or 0x282A92) is unknown color: approx Jacksons Purple. HEX triplet: 28, 2A and 92. RGB value is (40,42,146). Sum of RGB (Red+Green+Blue) = 40+42+146=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #282A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282A92 is #D7D56D. Grayscale: #343434. Windows color (decimal): -14144878 or 9579048. OLE color: 9579048.

HSL color Cylindrical-coordinate representation of color #282A92: hue angle of 238.87º 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 #282A92 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4042146-
CMYK0.730.7100.43
HSL238.87º56.99%36.47%-
HSV(B)238.87º72.6%57.25%-
XYZ6.894.1827.64-
YUV53.26180.34118.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.54%
GREEN value IS 42 (16.80% from 255) = 18.42%
BLUE value IS 146 (57.42% from 255) = 64.04%
R=17.54%
G=18.42%
B=64.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40421460.730.7100.43238.8756.9936.47
Hex282A92494702Bef3924
Octal50522221111070533577144
Binary1010001010101001001010010011000111010101111101111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282A92; }

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

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

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

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

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

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

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

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