#282F91

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

Shades of Jacksons Purple #282F91

Tints of Jacksons Purple #282F91

Color information

#282F91 (or 0x282F91) is unknown color: approx Jacksons Purple. HEX triplet: 28, 2F and 91. RGB value is (40,47,145). Sum of RGB (Red+Green+Blue) = 40+47+145=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #282F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282F91 is #D7D06E. Grayscale: #373737. Windows color (decimal): -14143599 or 9514792. OLE color: 9514792.

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

Color convert

RGB4047145-
CMYK0.720.6800.43
HSL236º56.76%36.27%-
HSV(B)236º72.41%56.86%-
XYZ74.5327.29-
YUV56.08178.18116.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.24%
GREEN value IS 47 (18.75% from 255) = 20.26%
BLUE value IS 145 (57.03% from 255) = 62.5%
R=17.24%
G=20.26%
B=62.5%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40471450.720.6800.4323656.7636.27
Hex282F91484402Bec3924
Octal50572211101040533547144
Binary1010001011111001000110010001000100010101111101100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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