#283292

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

Shades of Jacksons Purple #283292

Tints of Jacksons Purple #283292

Color information

#283292 (or 0x283292) is unknown color: approx Jacksons Purple. HEX triplet: 28, 32 and 92. RGB value is (40,50,146). Sum of RGB (Red+Green+Blue) = 40+50+146=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #283292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283292 is #D7CD6D. Grayscale: #393939. Windows color (decimal): -14142830 or 9581096. OLE color: 9581096.

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

Color convert

RGB4050146-
CMYK0.730.6600.43
HSL234.34º56.99%36.47%-
HSV(B)234.34º72.6%57.25%-
XYZ7.24.8127.74-
YUV57.95177.69115.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.95%
GREEN value IS 50 (19.92% from 255) = 21.19%
BLUE value IS 146 (57.42% from 255) = 61.86%
R=16.95%
G=21.19%
B=61.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40501460.730.6600.43234.3456.9936.47
Hex283292494202Bea3924
Octal50622221111020533527144
Binary1010001100101001001010010011000010010101111101010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283292; }

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

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

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

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

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

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

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

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