#282C92

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

Shades of Jacksons Purple #282C92

Tints of Jacksons Purple #282C92

Color information

#282C92 (or 0x282C92) is unknown color: approx Jacksons Purple. HEX triplet: 28, 2C and 92. RGB value is (40,44,146). Sum of RGB (Red+Green+Blue) = 40+44+146=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #282C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282C92 is #D7D36D. Grayscale: #363636. Windows color (decimal): -14144366 or 9579560. OLE color: 9579560.

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

Color convert

RGB4044146-
CMYK0.730.7000.43
HSL237.74º56.99%36.47%-
HSV(B)237.74º72.6%57.25%-
XYZ6.964.3327.66-
YUV54.43179.67117.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.39%
GREEN value IS 44 (17.58% from 255) = 19.13%
BLUE value IS 146 (57.42% from 255) = 63.48%
R=17.39%
G=19.13%
B=63.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40441460.730.7000.43237.7456.9936.47
Hex282C92494602Bee3924
Octal50542221111060533567144
Binary1010001011001001001010010011000110010101111101110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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