#283191

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

Shades of Jacksons Purple #283191

Tints of Jacksons Purple #283191

Color information

#283191 (or 0x283191) is unknown color: approx Jacksons Purple. HEX triplet: 28, 31 and 91. RGB value is (40,49,145). Sum of RGB (Red+Green+Blue) = 40+49+145=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #283191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283191 is #D7CE6E. Grayscale: #383838. Windows color (decimal): -14143087 or 9515304. OLE color: 9515304.

HSL color Cylindrical-coordinate representation of color #283191: hue angle of 234.86º 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 #283191 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4049145-
CMYK0.720.6600.43
HSL234.86º56.76%36.27%-
HSV(B)234.86º72.41%56.86%-
XYZ7.084.6927.32-
YUV57.25177.52115.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.09%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 145 (57.03% from 255) = 61.97%
R=17.09%
G=20.94%
B=61.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40491450.720.6600.43234.8656.7636.27
Hex283191484202Beb3924
Octal50612211101020533537144
Binary1010001100011001000110010001000010010101111101011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283191; }

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

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

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

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

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

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

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

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