#282B92

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

Shades of Jacksons Purple #282B92

Tints of Jacksons Purple #282B92

Color information

#282B92 (or 0x282B92) is unknown color: approx Jacksons Purple. HEX triplet: 28, 2B and 92. RGB value is (40,43,146). Sum of RGB (Red+Green+Blue) = 40+43+146=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #282B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282B92 is #D7D46D. Grayscale: #353535. Windows color (decimal): -14144622 or 9579304. OLE color: 9579304.

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

Color convert

RGB4043146-
CMYK0.730.7100.43
HSL238.3º56.99%36.47%-
HSV(B)238.3º72.6%57.25%-
XYZ6.934.2527.65-
YUV53.84180.01118.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.47%
GREEN value IS 43 (17.19% from 255) = 18.78%
BLUE value IS 146 (57.42% from 255) = 63.76%
R=17.47%
G=18.78%
B=63.76%

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
Decimal40431460.730.7100.43238.356.9936.47
Hex282B92494702Bee3924
Octal50532221111070533567144
Binary1010001010111001001010010011000111010101111101110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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