#283091

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

Shades of Jacksons Purple #283091

Tints of Jacksons Purple #283091

Color information

#283091 (or 0x283091) is unknown color: approx Jacksons Purple. HEX triplet: 28, 30 and 91. RGB value is (40,48,145). Sum of RGB (Red+Green+Blue) = 40+48+145=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 145 (57.03% from 255 or 62.23% from 233); Max value from RGB is 145 - color contains mainly: blue. Hex color #283091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283091 is #D7CF6E. Grayscale: #383838. Windows color (decimal): -14143343 or 9515048. OLE color: 9515048.

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

Color convert

RGB4048145-
CMYK0.720.6700.43
HSL235.43º56.76%36.27%-
HSV(B)235.43º72.41%56.86%-
XYZ7.044.6127.31-
YUV56.67177.85116.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.17%
GREEN value IS 48 (19.14% from 255) = 20.60%
BLUE value IS 145 (57.03% from 255) = 62.23%
R=17.17%
G=20.60%
B=62.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40481450.720.6700.43235.4356.7636.27
Hex283091484302Beb3924
Octal50602211101030533537144
Binary1010001100001001000110010001000011010101111101011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283091; }

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

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

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

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

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

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

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

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